Html Css Color HEX #B67701 Dark Goldenrod

📋 copy color: '#B67701'

red 182 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #B67701

Tints of Dark Goldenrod #B67701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

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

R = 60.26%
G = 39.4%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B67701 (or 0xB67701) is known color: Dark Goldenrod. HEX triplet: B6, 77 and 01. RGB value is (182,119,1). Sum of RGB (Red+Green+Blue) = 182+119+1=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B67701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67701 is #4988FE. Grayscale: #7C7C7C. Windows color (decimal): -4819199 or 96182. OLE color: 96182.

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

Color convert

RGB 182 119 1 -
CMYK 0 0.35 0.99 0.29
HSL 39.12º 0.99% 0.36% -
HSV(B) 39.12º 0.99% 0.71% -
XYZ 25.89 23.14 3.13 -
YUV 124.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 182 119 1 0 0.35 0.99 0.29 39.12 0.99 0.36
Hex B6 77 1 0 23 63 1D 27 63 24
Octal 266 167 1 0 43 143 35 47 143 44
Binary 10110110 1110111 1 0 100011 1100011 11101 100111 1100011 100100

Color Harmonies of #B67701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67701

Black with #B67701

Text Example


Text Example

White with #B67701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67701; }

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

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

background-color css

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

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

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

border-color css

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

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

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