Html Css Color HEX #B2720E Dark Goldenrod

📋 copy color: '#B2720E'

red 178 ◦ green 114 ◦ blue 14

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

Shades of Dark Goldenrod #B2720E

Tints of Dark Goldenrod #B2720E

RGB

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

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

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

R = 58.17%
G = 37.25%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2720E (or 0xB2720E) is known color: Dark Goldenrod. HEX triplet: B2, 72 and 0E. RGB value is (178,114,14). Sum of RGB (Red+Green+Blue) = 178+114+14=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2720E is #4D8DF1. Grayscale: #7A7A7A. Windows color (decimal): -5082610 or 946866. OLE color: 946866.

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

Color convert

RGB 178 114 14 -
CMYK 0 0.36 0.92 0.30
HSL 36.59º 0.85% 0.38% -
HSV(B) 36.59º 0.92% 0.7% -
XYZ 24.46 21.53 3.28 -
YUV 121.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 178 114 14 0 0.36 0.92 0.30 36.59 0.85 0.38
Hex B2 72 E 0 24 5C 1E 25 55 26
Octal 262 162 16 0 44 134 36 45 125 46
Binary 10110010 1110010 1110 0 100100 1011100 11110 100101 1010101 100110

Color Harmonies of #B2720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2720E

Black with #B2720E

Text Example


Text Example

White with #B2720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2720E; }

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

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

background-color css

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

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

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

border-color css

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

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

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