Html Css Color HEX #B68707 Dark Goldenrod

📋 copy color: '#B68707'

red 182 ◦ green 135 ◦ blue 7

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

Shades of Dark Goldenrod #B68707

Tints of Dark Goldenrod #B68707

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 56.17%
G = 41.67%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B68707 (or 0xB68707) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 07. RGB value is (182,135,7). Sum of RGB (Red+Green+Blue) = 182+135+7=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B68707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68707 is #4978F8. Grayscale: #878787. Windows color (decimal): -4815097 or 493494. OLE color: 493494.

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

Color convert

RGB 182 135 7 -
CMYK 0 0.26 0.96 0.29
HSL 43.89º 0.93% 0.37% -
HSV(B) 43.89º 0.96% 0.71% -
XYZ 27.99 27.29 3.99 -
YUV 134.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 182 135 7 0 0.26 0.96 0.29 43.89 0.93 0.37
Hex B6 87 7 0 1A 60 1D 2C 5D 25
Octal 266 207 7 0 32 140 35 54 135 45
Binary 10110110 10000111 111 0 11010 1100000 11101 101100 1011101 100101

Color Harmonies of #B68707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68707

Black with #B68707

Text Example


Text Example

White with #B68707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68707; }

 p { color: rgb(182,135,7); }

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

background-color css

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

 a { background-color: rgb(182,135,7); }

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

border-color css

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

 span { border-color: rgb(182,135,7); }

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