Html Css Color HEX #B1980D Lucky

📋 copy color: '#B1980D'

red 177 ◦ green 152 ◦ blue 13

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

Shades of Lucky #B1980D

Tints of Lucky #B1980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 51.75%
G = 44.44%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1980D (or 0xB1980D) is known color: Lucky. HEX triplet: B1, 98 and 0D. RGB value is (177,152,13). Sum of RGB (Red+Green+Blue) = 177+152+13=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1980D is #4E67F2. Grayscale: #909090. Windows color (decimal): -5138419 or 891057. OLE color: 891057.

HSL color Cylindrical-coordinate representation of color #B1980D: hue angle of 50.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1980D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 152 13 -
CMYK 0 0.14 0.93 0.31
HSL 50.85º 0.86% 0.37% -
HSV(B) 50.85º 0.93% 0.69% -
XYZ 29.43 31.83 4.97 -
YUV 143.63 54.28 151.8 -
System Red Green Blue C M Y K H S L
Decimal 177 152 13 0 0.14 0.93 0.31 50.85 0.86 0.37
Hex B1 98 D 0 E 5D 1F 33 56 25
Octal 261 230 15 0 16 135 37 63 126 45
Binary 10110001 10011000 1101 0 1110 1011101 11111 110011 1010110 100101

Color Harmonies of #B1980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1980D

Black with #B1980D

Text Example


Text Example

White with #B1980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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