Html Css Color HEX #B68908 Dark Goldenrod

📋 copy color: '#B68908'

red 182 ◦ green 137 ◦ blue 8

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

Shades of Dark Goldenrod #B68908

Tints of Dark Goldenrod #B68908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

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

R = 55.66%
G = 41.9%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B68908 (or 0xB68908) is known color: Dark Goldenrod. HEX triplet: B6, 89 and 08. RGB value is (182,137,8). Sum of RGB (Red+Green+Blue) = 182+137+8=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B68908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68908 is #4976F7. Grayscale: #888888. Windows color (decimal): -4814584 or 559542. OLE color: 559542.

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

Color convert

RGB 182 137 8 -
CMYK 0 0.25 0.96 0.29
HSL 44.48º 0.92% 0.37% -
HSV(B) 44.48º 0.96% 0.71% -
XYZ 28.28 27.85 4.12 -
YUV 135.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 182 137 8 0 0.25 0.96 0.29 44.48 0.92 0.37
Hex B6 89 8 0 19 60 1D 2C 5C 25
Octal 266 211 10 0 31 140 35 54 134 45
Binary 10110110 10001001 1000 0 11001 1100000 11101 101100 1011100 100101

Color Harmonies of #B68908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68908

Black with #B68908

Text Example


Text Example

White with #B68908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68908; }

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

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

background-color css

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

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

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

border-color css

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

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

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