Html Css Color HEX #B9A736 Brass

📋 copy color: '#B9A736'

red 185 ◦ green 167 ◦ blue 54

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

Shades of Brass #B9A736

Tints of Brass #B9A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

 BLUE value IS 54 (21.48% from 255) = 13.3%

R = 45.57%
G = 41.13%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9A736 (or 0xB9A736) is known color: Brass. HEX triplet: B9, A7 and 36. RGB value is (185,167,54). Sum of RGB (Red+Green+Blue) = 185+167+54=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A736 is #4658C9. Grayscale: #9F9F9F. Windows color (decimal): -4610250 or 3581881. OLE color: 3581881.

HSL color Cylindrical-coordinate representation of color #B9A736: hue angle of 51.76º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9A736 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 54 -
CMYK 0 0.10 0.71 0.27
HSL 51.76º 0.55% 0.47% -
HSV(B) 51.76º 0.71% 0.73% -
XYZ 34.49 38.22 9.05 -
YUV 159.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 185 167 54 0 0.10 0.71 0.27 51.76 0.55 0.47
Hex B9 A7 36 0 A 47 1B 34 37 2F
Octal 271 247 66 0 12 107 33 64 67 57
Binary 10111001 10100111 110110 0 1010 1000111 11011 110100 110111 101111

Color Harmonies of #B9A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A736

Black with #B9A736

Text Example


Text Example

White with #B9A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A736; }

 p { color: rgb(185,167,54); }

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

background-color css

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

 a { background-color: rgb(185,167,54); }

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

border-color css

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

 span { border-color: rgb(185,167,54); }

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