Html Css Color HEX #B68B11 Dark Goldenrod

📋 copy color: '#B68B11'

red 182 ◦ green 139 ◦ blue 17

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

Shades of Dark Goldenrod #B68B11

Tints of Dark Goldenrod #B68B11

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

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

R = 53.85%
G = 41.12%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68B11 (or 0xB68B11) is known color: Dark Goldenrod. HEX triplet: B6, 8B and 11. RGB value is (182,139,17). Sum of RGB (Red+Green+Blue) = 182+139+17=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68B11 is #4974EE. Grayscale: #8A8A8A. Windows color (decimal): -4814063 or 1149878. OLE color: 1149878.

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

Color convert

RGB 182 139 17 -
CMYK 0 0.24 0.91 0.29
HSL 44.36º 0.83% 0.39% -
HSV(B) 44.36º 0.91% 0.71% -
XYZ 28.63 28.45 4.51 -
YUV 137.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 182 139 17 0 0.24 0.91 0.29 44.36 0.83 0.39
Hex B6 8B 11 0 18 5B 1D 2C 53 27
Octal 266 213 21 0 30 133 35 54 123 47
Binary 10110110 10001011 10001 0 11000 1011011 11101 101100 1010011 100111

Color Harmonies of #B68B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B11

Black with #B68B11

Text Example


Text Example

White with #B68B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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