Html Css Color HEX #B96C02 Dark Goldenrod

📋 copy color: '#B96C02'

red 185 ◦ green 108 ◦ blue 2

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

Shades of Dark Goldenrod #B96C02

Tints of Dark Goldenrod #B96C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 62.71%
G = 36.61%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B96C02 (or 0xB96C02) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 02. RGB value is (185,108,2). Sum of RGB (Red+Green+Blue) = 185+108+2=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C02 is #4693FD. Grayscale: #777777. Windows color (decimal): -4625406 or 158905. OLE color: 158905.

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

Color convert

RGB 185 108 2 -
CMYK 0 0.42 0.99 0.27
HSL 34.75º 0.98% 0.37% -
HSV(B) 34.75º 0.99% 0.73% -
XYZ 25.38 21.04 2.78 -
YUV 118.94 62.01 175.12 -
System Red Green Blue C M Y K H S L
Decimal 185 108 2 0 0.42 0.99 0.27 34.75 0.98 0.37
Hex B9 6C 2 0 2A 63 1B 23 62 25
Octal 271 154 2 0 52 143 33 43 142 45
Binary 10111001 1101100 10 0 101010 1100011 11011 100011 1100010 100101

Color Harmonies of #B96C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C02

Black with #B96C02

Text Example


Text Example

White with #B96C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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