Html Css Color HEX #B1961B Lucky

📋 copy color: '#B1961B'

red 177 ◦ green 150 ◦ blue 27

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

Shades of Lucky #B1961B

Tints of Lucky #B1961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

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

R = 50%
G = 42.37%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1961B (or 0xB1961B) is known color: Lucky. HEX triplet: B1, 96 and 1B. RGB value is (177,150,27). Sum of RGB (Red+Green+Blue) = 177+150+27=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1961B is #4E69E4. Grayscale: #909090. Windows color (decimal): -5138917 or 1808049. OLE color: 1808049.

HSL color Cylindrical-coordinate representation of color #B1961B: hue angle of 49.2º 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 #B1961B is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 27 -
CMYK 0 0.15 0.85 0.31
HSL 49.2º 0.74% 0.4% -
HSV(B) 49.2º 0.85% 0.69% -
XYZ 29.24 31.24 5.53 -
YUV 144.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 177 150 27 0 0.15 0.85 0.31 49.2 0.74 0.4
Hex B1 96 1B 0 F 55 1F 31 4A 28
Octal 261 226 33 0 17 125 37 61 112 50
Binary 10110001 10010110 11011 0 1111 1010101 11111 110001 1001010 101000

Color Harmonies of #B1961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1961B

Black with #B1961B

Text Example


Text Example

White with #B1961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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