Html Css Color HEX #B46C01 Dark Goldenrod

📋 copy color: '#B46C01'

red 180 ◦ green 108 ◦ blue 1

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

Shades of Dark Goldenrod #B46C01

Tints of Dark Goldenrod #B46C01

RGB

 RED value IS 180 (70.7% from 255) = 62.28%

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

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

R = 62.28%
G = 37.37%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B46C01 (or 0xB46C01) is known color: Dark Goldenrod. HEX triplet: B4, 6C and 01. RGB value is (180,108,1). Sum of RGB (Red+Green+Blue) = 180+108+1=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46C01 is #4B93FE. Grayscale: #757575. Windows color (decimal): -4953087 or 93364. OLE color: 93364.

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

Color convert

RGB 180 108 1 -
CMYK 0 0.40 0.99 0.29
HSL 35.87º 0.99% 0.35% -
HSV(B) 35.87º 0.99% 0.71% -
XYZ 24.19 20.43 2.7 -
YUV 117.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 180 108 1 0 0.40 0.99 0.29 35.87 0.99 0.35
Hex B4 6C 1 0 28 63 1D 24 63 23
Octal 264 154 1 0 50 143 35 44 143 43
Binary 10110100 1101100 1 0 101000 1100011 11101 100100 1100011 100011

Color Harmonies of #B46C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C01

Black with #B46C01

Text Example


Text Example

White with #B46C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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