Html Css Color HEX #B67210 Dark Goldenrod

📋 copy color: '#B67210'

red 182 ◦ green 114 ◦ blue 16

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

Shades of Dark Goldenrod #B67210

Tints of Dark Goldenrod #B67210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 58.33%
G = 36.54%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B67210 (or 0xB67210) is known color: Dark Goldenrod. HEX triplet: B6, 72 and 10. RGB value is (182,114,16). Sum of RGB (Red+Green+Blue) = 182+114+16=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B67210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67210 is #498DEF. Grayscale: #7B7B7B. Windows color (decimal): -4820464 or 1077942. OLE color: 1077942.

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

Color convert

RGB 182 114 16 -
CMYK 0 0.37 0.91 0.29
HSL 35.42º 0.84% 0.39% -
HSV(B) 35.42º 0.91% 0.71% -
XYZ 25.4 22.02 3.4 -
YUV 123.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 182 114 16 0 0.37 0.91 0.29 35.42 0.84 0.39
Hex B6 72 10 0 25 5B 1D 23 54 27
Octal 266 162 20 0 45 133 35 43 124 47
Binary 10110110 1110010 10000 0 100101 1011011 11101 100011 1010100 100111

Color Harmonies of #B67210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67210

Black with #B67210

Text Example


Text Example

White with #B67210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67210; }

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

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

background-color css

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

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

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

border-color css

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

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

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