Html Css Color HEX #B68811 Dark Goldenrod

📋 copy color: '#B68811'

red 182 ◦ green 136 ◦ blue 17

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

Shades of Dark Goldenrod #B68811

Tints of Dark Goldenrod #B68811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 54.33%
G = 40.6%
B = 5.07%

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

#B68811 (or 0xB68811) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 11. RGB value is (182,136,17). Sum of RGB (Red+Green+Blue) = 182+136+17=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B68811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68811 is #4977EE. Grayscale: #888888. Windows color (decimal): -4814831 or 1149110. OLE color: 1149110.

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

Color convert

RGB 182 136 17 -
CMYK 0 0.25 0.91 0.29
HSL 43.27º 0.83% 0.39% -
HSV(B) 43.27º 0.91% 0.71% -
XYZ 28.2 27.59 4.37 -
YUV 136.19 60.74 160.68 -
System Red Green Blue C M Y K H S L
Decimal 182 136 17 0 0.25 0.91 0.29 43.27 0.83 0.39
Hex B6 88 11 0 19 5B 1D 2B 53 27
Octal 266 210 21 0 31 133 35 53 123 47
Binary 10110110 10001000 10001 0 11001 1011011 11101 101011 1010011 100111

Color Harmonies of #B68811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68811

Black with #B68811

Text Example


Text Example

White with #B68811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68811; }

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

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

background-color css

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

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

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

border-color css

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

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

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