Html Css Color HEX #B2790D Dark Goldenrod

📋 copy color: '#B2790D'

red 178 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #B2790D

Tints of Dark Goldenrod #B2790D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 57.05%
G = 38.78%
B = 4.17%

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

#B2790D (or 0xB2790D) is known color: Dark Goldenrod. HEX triplet: B2, 79 and 0D. RGB value is (178,121,13). Sum of RGB (Red+Green+Blue) = 178+121+13=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2790D is #4D86F2. Grayscale: #7E7E7E. Windows color (decimal): -5080819 or 883122. OLE color: 883122.

HSL color Cylindrical-coordinate representation of color #B2790D: hue angle of 39.27º degrees, saturation: 0.86, 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 #B2790D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 13 -
CMYK 0 0.32 0.93 0.30
HSL 39.27º 0.86% 0.37% -
HSV(B) 39.27º 0.93% 0.7% -
XYZ 25.27 23.17 3.52 -
YUV 125.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 178 121 13 0 0.32 0.93 0.30 39.27 0.86 0.37
Hex B2 79 D 0 20 5D 1E 27 56 25
Octal 262 171 15 0 40 135 36 47 126 45
Binary 10110010 1111001 1101 0 100000 1011101 11110 100111 1010110 100101

Color Harmonies of #B2790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2790D

Black with #B2790D

Text Example


Text Example

White with #B2790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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