Html Css Color HEX #B68810 Dark Goldenrod

📋 copy color: '#B68810'

red 182 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #B68810

Tints of Dark Goldenrod #B68810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

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

R = 54.49%
G = 40.72%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68810 (or 0xB68810) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 10. RGB value is (182,136,16). Sum of RGB (Red+Green+Blue) = 182+136+16=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68810 is #4977EF. Grayscale: #888888. Windows color (decimal): -4814832 or 1083574. OLE color: 1083574.

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

Color convert

RGB 182 136 16 -
CMYK 0 0.25 0.91 0.29
HSL 43.37º 0.84% 0.39% -
HSV(B) 43.37º 0.91% 0.71% -
XYZ 28.19 27.59 4.33 -
YUV 136.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 182 136 16 0 0.25 0.91 0.29 43.37 0.84 0.39
Hex B6 88 10 0 19 5B 1D 2B 54 27
Octal 266 210 20 0 31 133 35 53 124 47
Binary 10110110 10001000 10000 0 11001 1011011 11101 101011 1010100 100111

Color Harmonies of #B68810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68810

Black with #B68810

Text Example


Text Example

White with #B68810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68810; }

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

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

background-color css

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

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

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

border-color css

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

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

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