Html Css Color HEX #B68E08 Dark Goldenrod

📋 copy color: '#B68E08'

red 182 ◦ green 142 ◦ blue 8

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

Shades of Dark Goldenrod #B68E08

Tints of Dark Goldenrod #B68E08

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.77%

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

R = 54.82%
G = 42.77%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B68E08 (or 0xB68E08) is known color: Dark Goldenrod. HEX triplet: B6, 8E and 08. RGB value is (182,142,8). Sum of RGB (Red+Green+Blue) = 182+142+8=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68E08 is #4971F7. Grayscale: #8B8B8B. Windows color (decimal): -4813304 or 560822. OLE color: 560822.

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

Color convert

RGB 182 142 8 -
CMYK 0 0.22 0.96 0.29
HSL 46.21º 0.92% 0.37% -
HSV(B) 46.21º 0.96% 0.71% -
XYZ 29.01 29.31 4.36 -
YUV 138.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 182 142 8 0 0.22 0.96 0.29 46.21 0.92 0.37
Hex B6 8E 8 0 16 60 1D 2E 5C 25
Octal 266 216 10 0 26 140 35 56 134 45
Binary 10110110 10001110 1000 0 10110 1100000 11101 101110 1011100 100101

Color Harmonies of #B68E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E08

Black with #B68E08

Text Example


Text Example

White with #B68E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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