Html Css Color HEX #B9B736 Brass

📋 copy color: '#B9B736'

red 185 ◦ green 183 ◦ blue 54

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

Shades of Brass #B9B736

Tints of Brass #B9B736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

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

R = 43.84%
G = 43.36%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9B736 (or 0xB9B736) is known color: Brass. HEX triplet: B9, B7 and 36. RGB value is (185,183,54). Sum of RGB (Red+Green+Blue) = 185+183+54=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B736 is #4648C9. Grayscale: #A9A9A9. Windows color (decimal): -4606154 or 3585977. OLE color: 3585977.

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

Color convert

RGB 185 183 54 -
CMYK 0 0.01 0.71 0.27
HSL 59.08º 0.55% 0.47% -
HSV(B) 59.08º 0.71% 0.73% -
XYZ 37.61 44.45 10.09 -
YUV 168.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 185 183 54 0 0.01 0.71 0.27 59.08 0.55 0.47
Hex B9 B7 36 0 1 47 1B 3B 37 2F
Octal 271 267 66 0 1 107 33 73 67 57
Binary 10111001 10110111 110110 0 1 1000111 11011 111011 110111 101111

Color Harmonies of #B9B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B736

Black with #B9B736

Text Example


Text Example

White with #B9B736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B736; }

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

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

background-color css

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

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

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

border-color css

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

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

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