Html Css Color HEX #B68310 Dark Goldenrod

📋 copy color: '#B68310'

red 182 ◦ green 131 ◦ blue 16

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

Shades of Dark Goldenrod #B68310

Tints of Dark Goldenrod #B68310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 55.32%
G = 39.82%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68310 (or 0xB68310) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 10. RGB value is (182,131,16). Sum of RGB (Red+Green+Blue) = 182+131+16=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B68310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68310 is #497CEF. Grayscale: #858585. Windows color (decimal): -4816112 or 1082294. OLE color: 1082294.

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

Color convert

RGB 182 131 16 -
CMYK 0 0.28 0.91 0.29
HSL 41.57º 0.84% 0.39% -
HSV(B) 41.57º 0.91% 0.71% -
XYZ 27.5 26.22 4.1 -
YUV 133.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 182 131 16 0 0.28 0.91 0.29 41.57 0.84 0.39
Hex B6 83 10 0 1C 5B 1D 2A 54 27
Octal 266 203 20 0 34 133 35 52 124 47
Binary 10110110 10000011 10000 0 11100 1011011 11101 101010 1010100 100111

Color Harmonies of #B68310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68310

Black with #B68310

Text Example


Text Example

White with #B68310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68310; }

 p { color: rgb(182,131,16); }

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

background-color css

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

 a { background-color: rgb(182,131,16); }

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

border-color css

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

 span { border-color: rgb(182,131,16); }

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