Html Css Color HEX #B68612 Dark Goldenrod

📋 copy color: '#B68612'

red 182 ◦ green 134 ◦ blue 18

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

Shades of Dark Goldenrod #B68612

Tints of Dark Goldenrod #B68612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 54.49%
G = 40.12%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B68612 (or 0xB68612) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 12. RGB value is (182,134,18). Sum of RGB (Red+Green+Blue) = 182+134+18=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68612 is #4979ED. Grayscale: #878787. Windows color (decimal): -4815342 or 1214134. OLE color: 1214134.

HSL color Cylindrical-coordinate representation of color #B68612: hue angle of 42.44º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68612 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 18 -
CMYK 0 0.26 0.90 0.29
HSL 42.44º 0.82% 0.39% -
HSV(B) 42.44º 0.9% 0.71% -
XYZ 27.93 27.04 4.32 -
YUV 135.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 182 134 18 0 0.26 0.90 0.29 42.44 0.82 0.39
Hex B6 86 12 0 1A 5A 1D 2A 52 27
Octal 266 206 22 0 32 132 35 52 122 47
Binary 10110110 10000110 10010 0 11010 1011010 11101 101010 1010010 100111

Color Harmonies of #B68612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68612

Black with #B68612

Text Example


Text Example

White with #B68612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68612; }

 p { color: rgb(182,134,18); }

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

background-color css

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

 a { background-color: rgb(182,134,18); }

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

border-color css

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

 span { border-color: rgb(182,134,18); }

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