Html Css Color HEX #B68711 Dark Goldenrod

📋 copy color: '#B68711'

red 182 ◦ green 135 ◦ blue 17

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

Shades of Dark Goldenrod #B68711

Tints of Dark Goldenrod #B68711

RGB

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

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

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

R = 54.49%
G = 40.42%
B = 5.09%

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

#B68711 (or 0xB68711) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 11. RGB value is (182,135,17). Sum of RGB (Red+Green+Blue) = 182+135+17=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68711 is #4978EE. Grayscale: #888888. Windows color (decimal): -4815087 or 1148854. OLE color: 1148854.

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

Color convert

RGB 182 135 17 -
CMYK 0 0.26 0.91 0.29
HSL 42.91º 0.83% 0.39% -
HSV(B) 42.91º 0.91% 0.71% -
XYZ 28.06 27.31 4.32 -
YUV 135.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 182 135 17 0 0.26 0.91 0.29 42.91 0.83 0.39
Hex B6 87 11 0 1A 5B 1D 2B 53 27
Octal 266 207 21 0 32 133 35 53 123 47
Binary 10110110 10000111 10001 0 11010 1011011 11101 101011 1010011 100111

Color Harmonies of #B68711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68711

Black with #B68711

Text Example


Text Example

White with #B68711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68711; }

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

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

background-color css

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

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

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

border-color css

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

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

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