Html Css Color HEX #B68411 Dark Goldenrod

📋 copy color: '#B68411'

red 182 ◦ green 132 ◦ blue 17

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

Shades of Dark Goldenrod #B68411

Tints of Dark Goldenrod #B68411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

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

R = 54.98%
G = 39.88%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68411 (or 0xB68411) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 11. RGB value is (182,132,17). Sum of RGB (Red+Green+Blue) = 182+132+17=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B68411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68411 is #497BEE. Grayscale: #868686. Windows color (decimal): -4815855 or 1148086. OLE color: 1148086.

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

Color convert

RGB 182 132 17 -
CMYK 0 0.27 0.91 0.29
HSL 41.82º 0.83% 0.39% -
HSV(B) 41.82º 0.91% 0.71% -
XYZ 27.64 26.49 4.19 -
YUV 133.84 62.07 162.35 -
System Red Green Blue C M Y K H S L
Decimal 182 132 17 0 0.27 0.91 0.29 41.82 0.83 0.39
Hex B6 84 11 0 1B 5B 1D 2A 53 27
Octal 266 204 21 0 33 133 35 52 123 47
Binary 10110110 10000100 10001 0 11011 1011011 11101 101010 1010011 100111

Color Harmonies of #B68411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68411

Black with #B68411

Text Example


Text Example

White with #B68411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68411; }

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

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

background-color css

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

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

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

border-color css

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

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

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