Html Css Color HEX #B67510 Dark Goldenrod

📋 copy color: '#B67510'

red 182 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #B67510

Tints of Dark Goldenrod #B67510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 57.78%
G = 37.14%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B67510 (or 0xB67510) is known color: Dark Goldenrod. HEX triplet: B6, 75 and 10. RGB value is (182,117,16). Sum of RGB (Red+Green+Blue) = 182+117+16=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B67510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67510 is #498AEF. Grayscale: #7D7D7D. Windows color (decimal): -4819696 or 1078710. OLE color: 1078710.

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

Color convert

RGB 182 117 16 -
CMYK 0 0.36 0.91 0.29
HSL 36.51º 0.84% 0.39% -
HSV(B) 36.51º 0.91% 0.71% -
XYZ 25.75 22.71 3.52 -
YUV 124.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 182 117 16 0 0.36 0.91 0.29 36.51 0.84 0.39
Hex B6 75 10 0 24 5B 1D 25 54 27
Octal 266 165 20 0 44 133 35 45 124 47
Binary 10110110 1110101 10000 0 100100 1011011 11101 100101 1010100 100111

Color Harmonies of #B67510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67510

Black with #B67510

Text Example


Text Example

White with #B67510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67510; }

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

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

background-color css

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

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

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

border-color css

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

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

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