Html Css Color HEX #B36C02 Dark Goldenrod

📋 copy color: '#B36C02'

red 179 ◦ green 108 ◦ blue 2

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

Shades of Dark Goldenrod #B36C02

Tints of Dark Goldenrod #B36C02

RGB

 RED value IS 179 (70.31% from 255) = 61.94%

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

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

R = 61.94%
G = 37.37%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B36C02 (or 0xB36C02) is known color: Dark Goldenrod. HEX triplet: B3, 6C and 02. RGB value is (179,108,2). Sum of RGB (Red+Green+Blue) = 179+108+2=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36C02 is #4C93FD. Grayscale: #757575. Windows color (decimal): -5018622 or 158899. OLE color: 158899.

HSL color Cylindrical-coordinate representation of color #B36C02: hue angle of 35.93º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B36C02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 2 -
CMYK 0 0.40 0.99 0.30
HSL 35.93º 0.98% 0.35% -
HSV(B) 35.93º 0.99% 0.7% -
XYZ 23.96 20.31 2.72 -
YUV 117.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 179 108 2 0 0.40 0.99 0.30 35.93 0.98 0.35
Hex B3 6C 2 0 28 63 1E 24 62 23
Octal 263 154 2 0 50 143 36 44 142 43
Binary 10110011 1101100 10 0 101000 1100011 11110 100100 1100010 100011

Color Harmonies of #B36C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C02

Black with #B36C02

Text Example


Text Example

White with #B36C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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