Html Css Color HEX #B9881B Dark Goldenrod

📋 copy color: '#B9881B'

red 185 ◦ green 136 ◦ blue 27

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

Shades of Dark Goldenrod #B9881B

Tints of Dark Goldenrod #B9881B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 53.16%
G = 39.08%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9881B (or 0xB9881B) is known color: Dark Goldenrod. HEX triplet: B9, 88 and 1B. RGB value is (185,136,27). Sum of RGB (Red+Green+Blue) = 185+136+27=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9881B is #4677E4. Grayscale: #8A8A8A. Windows color (decimal): -4618213 or 1804473. OLE color: 1804473.

HSL color Cylindrical-coordinate representation of color #B9881B: hue angle of 41.39º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9881B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 27 -
CMYK 0 0.26 0.85 0.27
HSL 41.39º 0.75% 0.42% -
HSV(B) 41.39º 0.85% 0.73% -
XYZ 29.01 28 4.91 -
YUV 138.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 185 136 27 0 0.26 0.85 0.27 41.39 0.75 0.42
Hex B9 88 1B 0 1A 55 1B 29 4B 2A
Octal 271 210 33 0 32 125 33 51 113 52
Binary 10111001 10001000 11011 0 11010 1010101 11011 101001 1001011 101010

Color Harmonies of #B9881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9881B

Black with #B9881B

Text Example


Text Example

White with #B9881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9881B; }

 p { color: rgb(185,136,27); }

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

background-color css

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

 a { background-color: rgb(185,136,27); }

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

border-color css

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

 span { border-color: rgb(185,136,27); }

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