Html Css Color HEX #B1980F Lucky

📋 copy color: '#B1980F'

red 177 ◦ green 152 ◦ blue 15

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

Shades of Lucky #B1980F

Tints of Lucky #B1980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

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

R = 51.45%
G = 44.19%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1980F (or 0xB1980F) is known color: Lucky. HEX triplet: B1, 98 and 0F. RGB value is (177,152,15). Sum of RGB (Red+Green+Blue) = 177+152+15=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B1980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1980F is #4E67F0. Grayscale: #909090. Windows color (decimal): -5138417 or 1022129. OLE color: 1022129.

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

Color convert

RGB 177 152 15 -
CMYK 0 0.14 0.92 0.31
HSL 50.74º 0.84% 0.38% -
HSV(B) 50.74º 0.92% 0.69% -
XYZ 29.45 31.84 5.05 -
YUV 143.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 177 152 15 0 0.14 0.92 0.31 50.74 0.84 0.38
Hex B1 98 F 0 E 5C 1F 33 54 26
Octal 261 230 17 0 16 134 37 63 124 46
Binary 10110001 10011000 1111 0 1110 1011100 11111 110011 1010100 100110

Color Harmonies of #B1980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1980F

Black with #B1980F

Text Example


Text Example

White with #B1980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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