Html Css Color HEX #B36C01 Dark Goldenrod

📋 copy color: '#B36C01'

red 179 ◦ green 108 ◦ blue 1

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

Shades of Dark Goldenrod #B36C01

Tints of Dark Goldenrod #B36C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 62.15%
G = 37.5%
B = 0.35%

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

#B36C01 (or 0xB36C01) is known color: Dark Goldenrod. HEX triplet: B3, 6C and 01. RGB value is (179,108,1). Sum of RGB (Red+Green+Blue) = 179+108+1=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36C01 is #4C93FE. Grayscale: #757575. Windows color (decimal): -5018623 or 93363. OLE color: 93363.

HSL color Cylindrical-coordinate representation of color #B36C01: hue angle of 36.07º degrees, saturation: 0.99, 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 #B36C01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 108 1 -
CMYK 0 0.40 0.99 0.30
HSL 36.07º 0.99% 0.35% -
HSV(B) 36.07º 0.99% 0.7% -
XYZ 23.96 20.31 2.69 -
YUV 117.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 179 108 1 0 0.40 0.99 0.30 36.07 0.99 0.35
Hex B3 6C 1 0 28 63 1E 24 63 23
Octal 263 154 1 0 50 143 36 44 143 43
Binary 10110011 1101100 1 0 101000 1100011 11110 100100 1100011 100011

Color Harmonies of #B36C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C01

Black with #B36C01

Text Example


Text Example

White with #B36C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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