Html Css Color HEX #B68010 Dark Goldenrod

📋 copy color: '#B68010'

red 182 ◦ green 128 ◦ blue 16

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

Shades of Dark Goldenrod #B68010

Tints of Dark Goldenrod #B68010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 55.83%
G = 39.26%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68010 (or 0xB68010) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 10. RGB value is (182,128,16). Sum of RGB (Red+Green+Blue) = 182+128+16=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B68010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68010 is #497FEF. Grayscale: #838383. Windows color (decimal): -4816880 or 1081526. OLE color: 1081526.

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

Color convert

RGB 182 128 16 -
CMYK 0 0.30 0.91 0.29
HSL 40.48º 0.84% 0.39% -
HSV(B) 40.48º 0.91% 0.71% -
XYZ 27.1 25.42 3.97 -
YUV 131.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 182 128 16 0 0.30 0.91 0.29 40.48 0.84 0.39
Hex B6 80 10 0 1E 5B 1D 28 54 27
Octal 266 200 20 0 36 133 35 50 124 47
Binary 10110110 10000000 10000 0 11110 1011011 11101 101000 1010100 100111

Color Harmonies of #B68010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68010

Black with #B68010

Text Example


Text Example

White with #B68010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68010; }

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

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

background-color css

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

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

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

border-color css

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

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

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