Html Css Color HEX #B1921B Lucky

📋 copy color: '#B1921B'

red 177 ◦ green 146 ◦ blue 27

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

Shades of Lucky #B1921B

Tints of Lucky #B1921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 50.57%
G = 41.71%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1921B (or 0xB1921B) is known color: Lucky. HEX triplet: B1, 92 and 1B. RGB value is (177,146,27). Sum of RGB (Red+Green+Blue) = 177+146+27=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1921B is #4E6DE4. Grayscale: #8E8E8E. Windows color (decimal): -5139941 or 1807025. OLE color: 1807025.

HSL color Cylindrical-coordinate representation of color #B1921B: hue angle of 47.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1921B is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 27 -
CMYK 0 0.18 0.85 0.31
HSL 47.6º 0.74% 0.4% -
HSV(B) 47.6º 0.85% 0.69% -
XYZ 28.61 29.98 5.32 -
YUV 141.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 177 146 27 0 0.18 0.85 0.31 47.6 0.74 0.4
Hex B1 92 1B 0 12 55 1F 30 4A 28
Octal 261 222 33 0 22 125 37 60 112 50
Binary 10110001 10010010 11011 0 10010 1010101 11111 110000 1001010 101000

Color Harmonies of #B1921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1921B

Black with #B1921B

Text Example


Text Example

White with #B1921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1921B; }

 p { color: rgb(177,146,27); }

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

background-color css

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

 a { background-color: rgb(177,146,27); }

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

border-color css

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

 span { border-color: rgb(177,146,27); }

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