Html Css Color HEX #B96C04 Dark Goldenrod

📋 copy color: '#B96C04'

red 185 ◦ green 108 ◦ blue 4

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

Shades of Dark Goldenrod #B96C04

Tints of Dark Goldenrod #B96C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 62.29%
G = 36.36%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B96C04 (or 0xB96C04) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 04. RGB value is (185,108,4). Sum of RGB (Red+Green+Blue) = 185+108+4=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C04 is #4693FB. Grayscale: #777777. Windows color (decimal): -4625404 or 289977. OLE color: 289977.

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

Color convert

RGB 185 108 4 -
CMYK 0 0.42 0.98 0.27
HSL 34.48º 0.96% 0.37% -
HSV(B) 34.48º 0.98% 0.73% -
XYZ 25.39 21.05 2.84 -
YUV 119.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 185 108 4 0 0.42 0.98 0.27 34.48 0.96 0.37
Hex B9 6C 4 0 2A 62 1B 22 60 25
Octal 271 154 4 0 52 142 33 42 140 45
Binary 10111001 1101100 100 0 101010 1100010 11011 100010 1100000 100101

Color Harmonies of #B96C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C04

Black with #B96C04

Text Example


Text Example

White with #B96C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C04; }

 p { color: rgb(185,108,4); }

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

background-color css

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

 a { background-color: rgb(185,108,4); }

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

border-color css

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

 span { border-color: rgb(185,108,4); }

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