Html Css Color HEX #B18F18 Lucky

📋 copy color: '#B18F18'

red 177 ◦ green 143 ◦ blue 24

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

Shades of Lucky #B18F18

Tints of Lucky #B18F18

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

 BLUE value IS 24 (9.77% from 255) = 6.98%

R = 51.45%
G = 41.57%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B18F18 (or 0xB18F18) is known color: Lucky. HEX triplet: B1, 8F and 18. RGB value is (177,143,24). Sum of RGB (Red+Green+Blue) = 177+143+24=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F18 is #4E70E7. Grayscale: #8C8C8C. Windows color (decimal): -5140712 or 1609649. OLE color: 1609649.

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

Color convert

RGB 177 143 24 -
CMYK 0 0.19 0.86 0.31
HSL 46.67º 0.76% 0.39% -
HSV(B) 46.67º 0.86% 0.69% -
XYZ 28.12 29.06 4.99 -
YUV 139.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 177 143 24 0 0.19 0.86 0.31 46.67 0.76 0.39
Hex B1 8F 18 0 13 56 1F 2F 4C 27
Octal 261 217 30 0 23 126 37 57 114 47
Binary 10110001 10001111 11000 0 10011 1010110 11111 101111 1001100 100111

Color Harmonies of #B18F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F18

Black with #B18F18

Text Example


Text Example

White with #B18F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F18; }

 p { color: rgb(177,143,24); }

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

background-color css

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

 a { background-color: rgb(177,143,24); }

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

border-color css

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

 span { border-color: rgb(177,143,24); }

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