Html Css Color HEX #B67301 Dark Goldenrod

📋 copy color: '#B67301'

red 182 ◦ green 115 ◦ blue 1

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

Shades of Dark Goldenrod #B67301

Tints of Dark Goldenrod #B67301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 61.07%
G = 38.59%
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

#B67301 (or 0xB67301) is known color: Dark Goldenrod. HEX triplet: B6, 73 and 01. RGB value is (182,115,1). Sum of RGB (Red+Green+Blue) = 182+115+1=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B67301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67301 is #498CFE. Grayscale: #7A7A7A. Windows color (decimal): -4820223 or 95158. OLE color: 95158.

HSL color Cylindrical-coordinate representation of color #B67301: hue angle of 37.79º 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 #B67301 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 1 -
CMYK 0 0.37 0.99 0.29
HSL 37.79º 0.99% 0.36% -
HSV(B) 37.79º 0.99% 0.71% -
XYZ 25.43 22.21 2.98 -
YUV 122.04 59.7 170.77 -
System Red Green Blue C M Y K H S L
Decimal 182 115 1 0 0.37 0.99 0.29 37.79 0.99 0.36
Hex B6 73 1 0 25 63 1D 26 63 24
Octal 266 163 1 0 45 143 35 46 143 44
Binary 10110110 1110011 1 0 100101 1100011 11101 100110 1100011 100100

Color Harmonies of #B67301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67301

Black with #B67301

Text Example


Text Example

White with #B67301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67301; }

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

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

background-color css

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

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

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

border-color css

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

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

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