Html Css Color HEX #B67010 Dark Goldenrod

📋 copy color: '#B67010'

red 182 ◦ green 112 ◦ blue 16

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

Shades of Dark Goldenrod #B67010

Tints of Dark Goldenrod #B67010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 58.71%
G = 36.13%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B67010 (or 0xB67010) is known color: Dark Goldenrod. HEX triplet: B6, 70 and 10. RGB value is (182,112,16). Sum of RGB (Red+Green+Blue) = 182+112+16=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B67010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67010 is #498FEF. Grayscale: #7A7A7A. Windows color (decimal): -4820976 or 1077430. OLE color: 1077430.

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

Color convert

RGB 182 112 16 -
CMYK 0 0.38 0.91 0.29
HSL 34.7º 0.84% 0.39% -
HSV(B) 34.7º 0.91% 0.71% -
XYZ 25.18 21.57 3.33 -
YUV 121.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 182 112 16 0 0.38 0.91 0.29 34.7 0.84 0.39
Hex B6 70 10 0 26 5B 1D 23 54 27
Octal 266 160 20 0 46 133 35 43 124 47
Binary 10110110 1110000 10000 0 100110 1011011 11101 100011 1010100 100111

Color Harmonies of #B67010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67010

Black with #B67010

Text Example


Text Example

White with #B67010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67010; }

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

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

background-color css

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

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

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

border-color css

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

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

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