Html Css Color HEX #B67808 Dark Goldenrod

📋 copy color: '#B67808'

red 182 ◦ green 120 ◦ blue 8

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

Shades of Dark Goldenrod #B67808

Tints of Dark Goldenrod #B67808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.71%

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

R = 58.71%
G = 38.71%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B67808 (or 0xB67808) is known color: Dark Goldenrod. HEX triplet: B6, 78 and 08. RGB value is (182,120,8). Sum of RGB (Red+Green+Blue) = 182+120+8=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B67808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67808 is #4987F7. Grayscale: #7E7E7E. Windows color (decimal): -4818936 or 555190. OLE color: 555190.

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

Color convert

RGB 182 120 8 -
CMYK 0 0.34 0.96 0.29
HSL 38.62º 0.92% 0.37% -
HSV(B) 38.62º 0.96% 0.71% -
XYZ 26.05 23.4 3.37 -
YUV 125.77 61.54 168.11 -
System Red Green Blue C M Y K H S L
Decimal 182 120 8 0 0.34 0.96 0.29 38.62 0.92 0.37
Hex B6 78 8 0 22 60 1D 27 5C 25
Octal 266 170 10 0 42 140 35 47 134 45
Binary 10110110 1111000 1000 0 100010 1100000 11101 100111 1011100 100101

Color Harmonies of #B67808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67808

Black with #B67808

Text Example


Text Example

White with #B67808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67808; }

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

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

background-color css

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

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

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

border-color css

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

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

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