Html Css Color HEX #B2710E Dark Goldenrod

📋 copy color: '#B2710E'

red 178 ◦ green 113 ◦ blue 14

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

Shades of Dark Goldenrod #B2710E

Tints of Dark Goldenrod #B2710E

RGB

 RED value IS 178 (69.92% from 255) = 58.36%

 GREEN value IS 113 (44.53% from 255) = 37.05%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 58.36%
G = 37.05%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2710E (or 0xB2710E) is known color: Dark Goldenrod. HEX triplet: B2, 71 and 0E. RGB value is (178,113,14). Sum of RGB (Red+Green+Blue) = 178+113+14=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2710E is #4D8EF1. Grayscale: #797979. Windows color (decimal): -5082866 or 946610. OLE color: 946610.

HSL color Cylindrical-coordinate representation of color #B2710E: hue angle of 36.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2710E is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 14 -
CMYK 0 0.37 0.92 0.30
HSL 36.22º 0.85% 0.38% -
HSV(B) 36.22º 0.92% 0.7% -
XYZ 24.34 21.31 3.25 -
YUV 121.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 178 113 14 0 0.37 0.92 0.30 36.22 0.85 0.38
Hex B2 71 E 0 25 5C 1E 24 55 26
Octal 262 161 16 0 45 134 36 44 125 46
Binary 10110010 1110001 1110 0 100101 1011100 11110 100100 1010101 100110

Color Harmonies of #B2710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2710E

Black with #B2710E

Text Example


Text Example

White with #B2710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2710E; }

 p { color: rgb(178,113,14); }

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

background-color css

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

 a { background-color: rgb(178,113,14); }

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

border-color css

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

 span { border-color: rgb(178,113,14); }

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