Html Css Color HEX #B2910E Dark Goldenrod

📋 copy color: '#B2910E'

red 178 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #B2910E

Tints of Dark Goldenrod #B2910E

RGB

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

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

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

R = 52.82%
G = 43.03%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2910E (or 0xB2910E) is known color: Dark Goldenrod. HEX triplet: B2, 91 and 0E. RGB value is (178,145,14). Sum of RGB (Red+Green+Blue) = 178+145+14=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2910E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2910E is #4D6EF1. Grayscale: #8C8C8C. Windows color (decimal): -5074674 or 954802. OLE color: 954802.

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

Color convert

RGB 178 145 14 -
CMYK 0 0.19 0.92 0.30
HSL 47.93º 0.85% 0.38% -
HSV(B) 47.93º 0.92% 0.7% -
XYZ 28.56 29.75 4.65 -
YUV 139.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 178 145 14 0 0.19 0.92 0.30 47.93 0.85 0.38
Hex B2 91 E 0 13 5C 1E 30 55 26
Octal 262 221 16 0 23 134 36 60 125 46
Binary 10110010 10010001 1110 0 10011 1011100 11110 110000 1010101 100110

Color Harmonies of #B2910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2910E

Black with #B2910E

Text Example


Text Example

White with #B2910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2910E; }

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

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

background-color css

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

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

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

border-color css

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

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

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