Html Css Color HEX #B68710 Dark Goldenrod

📋 copy color: '#B68710'

red 182 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #B68710

Tints of Dark Goldenrod #B68710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 54.65%
G = 40.54%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68710 (or 0xB68710) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 10. RGB value is (182,135,16). Sum of RGB (Red+Green+Blue) = 182+135+16=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B68710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68710 is #4978EF. Grayscale: #888888. Windows color (decimal): -4815088 or 1083318. OLE color: 1083318.

HSL color Cylindrical-coordinate representation of color #B68710: hue angle of 43.01º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B68710 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 135 16 -
CMYK 0 0.26 0.91 0.29
HSL 43.01º 0.84% 0.39% -
HSV(B) 43.01º 0.91% 0.71% -
XYZ 28.05 27.31 4.28 -
YUV 135.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 182 135 16 0 0.26 0.91 0.29 43.01 0.84 0.39
Hex B6 87 10 0 1A 5B 1D 2B 54 27
Octal 266 207 20 0 32 133 35 53 124 47
Binary 10110110 10000111 10000 0 11010 1011011 11101 101011 1010100 100111

Color Harmonies of #B68710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68710

Black with #B68710

Text Example


Text Example

White with #B68710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68710; }

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

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

background-color css

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

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

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

border-color css

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

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

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