Html Css Color HEX #B2790C Dark Goldenrod

📋 copy color: '#B2790C'

red 178 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #B2790C

Tints of Dark Goldenrod #B2790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 57.23%
G = 38.91%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2790C (or 0xB2790C) is known color: Dark Goldenrod. HEX triplet: B2, 79 and 0C. RGB value is (178,121,12). Sum of RGB (Red+Green+Blue) = 178+121+12=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2790C is #4D86F3. Grayscale: #7E7E7E. Windows color (decimal): -5080820 or 817586. OLE color: 817586.

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

Color convert

RGB 178 121 12 -
CMYK 0 0.32 0.93 0.30
HSL 39.4º 0.87% 0.37% -
HSV(B) 39.4º 0.93% 0.7% -
XYZ 25.26 23.17 3.49 -
YUV 125.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 178 121 12 0 0.32 0.93 0.30 39.4 0.87 0.37
Hex B2 79 C 0 20 5D 1E 27 57 25
Octal 262 171 14 0 40 135 36 47 127 45
Binary 10110010 1111001 1100 0 100000 1011101 11110 100111 1010111 100101

Color Harmonies of #B2790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2790C

Black with #B2790C

Text Example


Text Example

White with #B2790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2790C; }

 p { color: rgb(178,121,12); }

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

background-color css

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

 a { background-color: rgb(178,121,12); }

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

border-color css

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

 span { border-color: rgb(178,121,12); }

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