Html Css Color HEX #B2991F Lucky

📋 copy color: '#B2991F'

red 178 ◦ green 153 ◦ blue 31

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

Shades of Lucky #B2991F

Tints of Lucky #B2991F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 49.17%
G = 42.27%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2991F (or 0xB2991F) is known color: Lucky. HEX triplet: B2, 99 and 1F. RGB value is (178,153,31). Sum of RGB (Red+Green+Blue) = 178+153+31=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B2991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2991F is #4D66E0. Grayscale: #939393. Windows color (decimal): -5072609 or 2070962. OLE color: 2070962.

HSL color Cylindrical-coordinate representation of color #B2991F: hue angle of 49.8º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2991F is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 31 -
CMYK 0 0.14 0.83 0.30
HSL 49.8º 0.7% 0.41% -
HSV(B) 49.8º 0.83% 0.7% -
XYZ 30 32.35 5.96 -
YUV 146.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 178 153 31 0 0.14 0.83 0.30 49.8 0.7 0.41
Hex B2 99 1F 0 E 53 1E 32 46 29
Octal 262 231 37 0 16 123 36 62 106 51
Binary 10110010 10011001 11111 0 1110 1010011 11110 110010 1000110 101001

Color Harmonies of #B2991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2991F

Black with #B2991F

Text Example


Text Example

White with #B2991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2991F; }

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

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

background-color css

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

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

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

border-color css

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

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

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