Html Css Color HEX #B2990E Lucky

📋 copy color: '#B2990E'

red 178 ◦ green 153 ◦ blue 14

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

Shades of Lucky #B2990E

Tints of Lucky #B2990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.35%

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

R = 51.59%
G = 44.35%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2990E (or 0xB2990E) is known color: Lucky. HEX triplet: B2, 99 and 0E. RGB value is (178,153,14). Sum of RGB (Red+Green+Blue) = 178+153+14=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2990E is #4D66F1. Grayscale: #919191. Windows color (decimal): -5072626 or 956850. OLE color: 956850.

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

Color convert

RGB 178 153 14 -
CMYK 0 0.14 0.92 0.30
HSL 50.85º 0.85% 0.38% -
HSV(B) 50.85º 0.92% 0.7% -
XYZ 29.83 32.28 5.07 -
YUV 144.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 178 153 14 0 0.14 0.92 0.30 50.85 0.85 0.38
Hex B2 99 E 0 E 5C 1E 33 55 26
Octal 262 231 16 0 16 134 36 63 125 46
Binary 10110010 10011001 1110 0 1110 1011100 11110 110011 1010101 100110

Color Harmonies of #B2990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2990E

Black with #B2990E

Text Example


Text Example

White with #B2990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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