Html Css Color HEX #B2B04B Brass

📋 copy color: '#B2B04B'

red 178 ◦ green 176 ◦ blue 75

#B2B04B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #B2B04B

Tints of Brass #B2B04B

RGB

 RED value IS 178 (69.92% from 255) = 41.49%

 GREEN value IS 176 (69.14% from 255) = 41.03%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 41.49%
G = 41.03%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2B04B (or 0xB2B04B) is known color: Brass. HEX triplet: B2, B0 and 4B. RGB value is (178,176,75). Sum of RGB (Red+Green+Blue) = 178+176+75=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B04B is #4D4FB4. Grayscale: #A5A5A5. Windows color (decimal): -5066677 or 4960434. OLE color: 4960434.

HSL color Cylindrical-coordinate representation of color #B2B04B: hue angle of 58.83º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B04B is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 176 75 -
CMYK 0 0.01 0.58 0.30
HSL 58.83º 0.41% 0.5% -
HSV(B) 58.83º 0.58% 0.7% -
XYZ 35.16 41.02 12.72 -
YUV 165.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 178 176 75 0 0.01 0.58 0.30 58.83 0.41 0.5
Hex B2 B0 4B 0 1 3A 1E 3B 29 32
Octal 262 260 113 0 1 72 36 73 51 62
Binary 10110010 10110000 1001011 0 1 111010 11110 111011 101001 110010

Color Harmonies of #B2B04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B04B

Black with #B2B04B

Text Example


Text Example

White with #B2B04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B04B; }

 p { color: rgb(178,176,75); }

 H1.HeaderClassName
 {
   color: #B2B04B;
 }
 .AnyTagClassName
 {
   color: #B2B04B;
 }
</style>

background-color css

<style>
 a { background-color: #B2B04B; }

 a { background-color: rgb(178,176,75); }

 div.DivClassName
 {
   background-color: #B2B04B;
 }
 .BgClassName
 {
   background-color: #B2B04B;
 }
</style>

border-color css

<style>
 span { border-color: #B2B04B; }

 span { border-color: rgb(178,176,75); }

 td.TdClassName
 {
   border-color: #B2B04B;
 }
 .TagClassName
 {
   border-color: #B2B04B;
 }
</style>