Html Css Color HEX #B19F0F Lucky

📋 copy color: '#B19F0F'

red 177 ◦ green 159 ◦ blue 15

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

Shades of Lucky #B19F0F

Tints of Lucky #B19F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

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

R = 50.43%
G = 45.3%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B19F0F (or 0xB19F0F) is known color: Lucky. HEX triplet: B1, 9F and 0F. RGB value is (177,159,15). Sum of RGB (Red+Green+Blue) = 177+159+15=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19F0F is #4E60F0. Grayscale: #949494. Windows color (decimal): -5136625 or 1023921. OLE color: 1023921.

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

Color convert

RGB 177 159 15 -
CMYK 0 0.10 0.92 0.31
HSL 53.33º 0.84% 0.38% -
HSV(B) 53.33º 0.92% 0.69% -
XYZ 30.62 34.18 5.44 -
YUV 147.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 177 159 15 0 0.10 0.92 0.31 53.33 0.84 0.38
Hex B1 9F F 0 A 5C 1F 35 54 26
Octal 261 237 17 0 12 134 37 65 124 46
Binary 10110001 10011111 1111 0 1010 1011100 11111 110101 1010100 100110

Color Harmonies of #B19F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F0F

Black with #B19F0F

Text Example


Text Example

White with #B19F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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