Html Css Color HEX #B1970F Lucky

📋 copy color: '#B1970F'

red 177 ◦ green 151 ◦ blue 15

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

Shades of Lucky #B1970F

Tints of Lucky #B1970F

RGB

 RED value IS 177 (69.53% from 255) = 51.6%

 GREEN value IS 151 (59.38% from 255) = 44.02%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 51.6%
G = 44.02%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1970F (or 0xB1970F) is known color: Lucky. HEX triplet: B1, 97 and 0F. RGB value is (177,151,15). Sum of RGB (Red+Green+Blue) = 177+151+15=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1970F is #4E68F0. Grayscale: #8F8F8F. Windows color (decimal): -5138673 or 1021873. OLE color: 1021873.

HSL color Cylindrical-coordinate representation of color #B1970F: hue angle of 50.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1970F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 151 15 -
CMYK 0 0.15 0.92 0.31
HSL 50.37º 0.84% 0.38% -
HSV(B) 50.37º 0.92% 0.69% -
XYZ 29.28 31.51 4.99 -
YUV 143.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 177 151 15 0 0.15 0.92 0.31 50.37 0.84 0.38
Hex B1 97 F 0 F 5C 1F 32 54 26
Octal 261 227 17 0 17 134 37 62 124 46
Binary 10110001 10010111 1111 0 1111 1011100 11111 110010 1010100 100110

Color Harmonies of #B1970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1970F

Black with #B1970F

Text Example


Text Example

White with #B1970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1970F; }

 p { color: rgb(177,151,15); }

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

background-color css

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

 a { background-color: rgb(177,151,15); }

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

border-color css

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

 span { border-color: rgb(177,151,15); }

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