Html Css Color HEX #B67401 Dark Goldenrod

📋 copy color: '#B67401'

red 182 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #B67401

Tints of Dark Goldenrod #B67401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

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

R = 60.87%
G = 38.8%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B67401 (or 0xB67401) is known color: Dark Goldenrod. HEX triplet: B6, 74 and 01. RGB value is (182,116,1). Sum of RGB (Red+Green+Blue) = 182+116+1=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B67401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67401 is #498BFE. Grayscale: #7B7B7B. Windows color (decimal): -4819967 or 95414. OLE color: 95414.

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

Color convert

RGB 182 116 1 -
CMYK 0 0.36 0.99 0.29
HSL 38.12º 0.99% 0.36% -
HSV(B) 38.12º 0.99% 0.71% -
XYZ 25.54 22.44 3.01 -
YUV 122.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 182 116 1 0 0.36 0.99 0.29 38.12 0.99 0.36
Hex B6 74 1 0 24 63 1D 26 63 24
Octal 266 164 1 0 44 143 35 46 143 44
Binary 10110110 1110100 1 0 100100 1100011 11101 100110 1100011 100100

Color Harmonies of #B67401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67401

Black with #B67401

Text Example


Text Example

White with #B67401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67401; }

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

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

background-color css

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

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

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

border-color css

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

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

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