Html Css Color HEX #B2910C Dark Goldenrod

📋 copy color: '#B2910C'

red 178 ◦ green 145 ◦ blue 12

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

Shades of Dark Goldenrod #B2910C

Tints of Dark Goldenrod #B2910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.28%

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

R = 53.13%
G = 43.28%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2910C (or 0xB2910C) is known color: Dark Goldenrod. HEX triplet: B2, 91 and 0C. RGB value is (178,145,12). Sum of RGB (Red+Green+Blue) = 178+145+12=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2910C is #4D6EF3. Grayscale: #8C8C8C. Windows color (decimal): -5074676 or 823730. OLE color: 823730.

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

Color convert

RGB 178 145 12 -
CMYK 0 0.19 0.93 0.30
HSL 48.07º 0.87% 0.37% -
HSV(B) 48.07º 0.93% 0.7% -
XYZ 28.55 29.74 4.58 -
YUV 139.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 178 145 12 0 0.19 0.93 0.30 48.07 0.87 0.37
Hex B2 91 C 0 13 5D 1E 30 57 25
Octal 262 221 14 0 23 135 36 60 127 45
Binary 10110010 10010001 1100 0 10011 1011101 11110 110000 1010111 100101

Color Harmonies of #B2910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2910C

Black with #B2910C

Text Example


Text Example

White with #B2910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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