Html Css Color HEX #B9A136 Brass

📋 copy color: '#B9A136'

red 185 ◦ green 161 ◦ blue 54

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

Shades of Brass #B9A136

Tints of Brass #B9A136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 46.25%
G = 40.25%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9A136 (or 0xB9A136) is known color: Brass. HEX triplet: B9, A1 and 36. RGB value is (185,161,54). Sum of RGB (Red+Green+Blue) = 185+161+54=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A136 is #465EC9. Grayscale: #9C9C9C. Windows color (decimal): -4611786 or 3580345. OLE color: 3580345.

HSL color Cylindrical-coordinate representation of color #B9A136: hue angle of 49.01º 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 #B9A136 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 54 -
CMYK 0 0.13 0.71 0.27
HSL 49.01º 0.55% 0.47% -
HSV(B) 49.01º 0.71% 0.73% -
XYZ 33.42 36.07 8.69 -
YUV 155.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 185 161 54 0 0.13 0.71 0.27 49.01 0.55 0.47
Hex B9 A1 36 0 D 47 1B 31 37 2F
Octal 271 241 66 0 15 107 33 61 67 57
Binary 10111001 10100001 110110 0 1101 1000111 11011 110001 110111 101111

Color Harmonies of #B9A136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A136

Black with #B9A136

Text Example


Text Example

White with #B9A136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A136; }

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

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

background-color css

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

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

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

border-color css

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

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

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