Html Css Color HEX #B68008 Dark Goldenrod

📋 copy color: '#B68008'

red 182 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #B68008

Tints of Dark Goldenrod #B68008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 57.23%
G = 40.25%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B68008 (or 0xB68008) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 08. RGB value is (182,128,8). Sum of RGB (Red+Green+Blue) = 182+128+8=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B68008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68008 is #497FF7. Grayscale: #838383. Windows color (decimal): -4816888 or 557238. OLE color: 557238.

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

Color convert

RGB 182 128 8 -
CMYK 0 0.30 0.96 0.29
HSL 41.38º 0.92% 0.37% -
HSV(B) 41.38º 0.96% 0.71% -
XYZ 27.05 25.4 3.71 -
YUV 130.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 182 128 8 0 0.30 0.96 0.29 41.38 0.92 0.37
Hex B6 80 8 0 1E 60 1D 29 5C 25
Octal 266 200 10 0 36 140 35 51 134 45
Binary 10110110 10000000 1000 0 11110 1100000 11101 101001 1011100 100101

Color Harmonies of #B68008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68008

Black with #B68008

Text Example


Text Example

White with #B68008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68008; }

 p { color: rgb(182,128,8); }

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

background-color css

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

 a { background-color: rgb(182,128,8); }

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

border-color css

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

 span { border-color: rgb(182,128,8); }

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