Html Css Color HEX #B9A84B Brass

📋 copy color: '#B9A84B'

red 185 ◦ green 168 ◦ blue 75

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

Shades of Brass #B9A84B

Tints of Brass #B9A84B

RGB

 RED value IS 185 (72.66% from 255) = 43.22%

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 43.22%
G = 39.25%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9A84B (or 0xB9A84B) is known color: Brass. HEX triplet: B9, A8 and 4B. RGB value is (185,168,75). Sum of RGB (Red+Green+Blue) = 185+168+75=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A84B is #4657B4. Grayscale: #A2A2A2. Windows color (decimal): -4609973 or 4958393. OLE color: 4958393.

HSL color Cylindrical-coordinate representation of color #B9A84B: hue angle of 50.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A84B is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 75 -
CMYK 0 0.09 0.59 0.27
HSL 50.73º 0.44% 0.51% -
HSV(B) 50.73º 0.59% 0.73% -
XYZ 35.28 38.83 12.29 -
YUV 162.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 185 168 75 0 0.09 0.59 0.27 50.73 0.44 0.51
Hex B9 A8 4B 0 9 3B 1B 33 2C 33
Octal 271 250 113 0 11 73 33 63 54 63
Binary 10111001 10101000 1001011 0 1001 111011 11011 110011 101100 110011

Color Harmonies of #B9A84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A84B

Black with #B9A84B

Text Example


Text Example

White with #B9A84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A84B; }

 p { color: rgb(185,168,75); }

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

background-color css

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

 a { background-color: rgb(185,168,75); }

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

border-color css

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

 span { border-color: rgb(185,168,75); }

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