Html Css Color HEX #B67201 Dark Goldenrod

📋 copy color: '#B67201'

red 182 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #B67201

Tints of Dark Goldenrod #B67201

RGB

 RED value IS 182 (71.48% from 255) = 61.28%

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 61.28%
G = 38.38%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B67201 (or 0xB67201) is known color: Dark Goldenrod. HEX triplet: B6, 72 and 01. RGB value is (182,114,1). Sum of RGB (Red+Green+Blue) = 182+114+1=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B67201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67201 is #498DFE. Grayscale: #797979. Windows color (decimal): -4820479 or 94902. OLE color: 94902.

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

Color convert

RGB 182 114 1 -
CMYK 0 0.37 0.99 0.29
HSL 37.46º 0.99% 0.36% -
HSV(B) 37.46º 0.99% 0.71% -
XYZ 25.31 21.98 2.94 -
YUV 121.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 182 114 1 0 0.37 0.99 0.29 37.46 0.99 0.36
Hex B6 72 1 0 25 63 1D 25 63 24
Octal 266 162 1 0 45 143 35 45 143 44
Binary 10110110 1110010 1 0 100101 1100011 11101 100101 1100011 100100

Color Harmonies of #B67201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67201

Black with #B67201

Text Example


Text Example

White with #B67201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67201; }

 p { color: rgb(182,114,1); }

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

background-color css

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

 a { background-color: rgb(182,114,1); }

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

border-color css

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

 span { border-color: rgb(182,114,1); }

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