Html Css Color HEX #B68801 Dark Goldenrod

📋 copy color: '#B68801'

red 182 ◦ green 136 ◦ blue 1

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

Shades of Dark Goldenrod #B68801

Tints of Dark Goldenrod #B68801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

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

R = 57.05%
G = 42.63%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B68801 (or 0xB68801) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 01. RGB value is (182,136,1). Sum of RGB (Red+Green+Blue) = 182+136+1=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B68801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68801 is #4977FE. Grayscale: #868686. Windows color (decimal): -4814847 or 100534. OLE color: 100534.

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

Color convert

RGB 182 136 1 -
CMYK 0 0.25 0.99 0.29
HSL 44.75º 0.99% 0.36% -
HSV(B) 44.75º 0.99% 0.71% -
XYZ 28.1 27.56 3.87 -
YUV 134.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 182 136 1 0 0.25 0.99 0.29 44.75 0.99 0.36
Hex B6 88 1 0 19 63 1D 2D 63 24
Octal 266 210 1 0 31 143 35 55 143 44
Binary 10110110 10001000 1 0 11001 1100011 11101 101101 1100011 100100

Color Harmonies of #B68801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68801

Black with #B68801

Text Example


Text Example

White with #B68801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68801; }

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

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

background-color css

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

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

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

border-color css

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

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

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