Html Css Color HEX #B96B0D Dark Goldenrod

📋 copy color: '#B96B0D'

red 185 ◦ green 107 ◦ blue 13

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

Shades of Dark Goldenrod #B96B0D

Tints of Dark Goldenrod #B96B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 60.66%
G = 35.08%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B96B0D (or 0xB96B0D) is known color: Dark Goldenrod. HEX triplet: B9, 6B and 0D. RGB value is (185,107,13). Sum of RGB (Red+Green+Blue) = 185+107+13=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96B0D is #4694F2. Grayscale: #787878. Windows color (decimal): -4625651 or 879545. OLE color: 879545.

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

Color convert

RGB 185 107 13 -
CMYK 0 0.42 0.93 0.27
HSL 32.79º 0.87% 0.39% -
HSV(B) 32.79º 0.93% 0.73% -
XYZ 25.34 20.86 3.07 -
YUV 119.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 185 107 13 0 0.42 0.93 0.27 32.79 0.87 0.39
Hex B9 6B D 0 2A 5D 1B 21 57 27
Octal 271 153 15 0 52 135 33 41 127 47
Binary 10111001 1101011 1101 0 101010 1011101 11011 100001 1010111 100111

Color Harmonies of #B96B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B0D

Black with #B96B0D

Text Example


Text Example

White with #B96B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B0D; }

 p { color: rgb(185,107,13); }

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

background-color css

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

 a { background-color: rgb(185,107,13); }

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

border-color css

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

 span { border-color: rgb(185,107,13); }

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