Html Css Color HEX #B19C0C Lucky

📋 copy color: '#B19C0C'

red 177 ◦ green 156 ◦ blue 12

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

Shades of Lucky #B19C0C

Tints of Lucky #B19C0C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.22%

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 51.3%
G = 45.22%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B19C0C (or 0xB19C0C) is known color: Lucky. HEX triplet: B1, 9C and 0C. RGB value is (177,156,12). Sum of RGB (Red+Green+Blue) = 177+156+12=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19C0C is #4E63F3. Grayscale: #929292. Windows color (decimal): -5137396 or 826545. OLE color: 826545.

HSL color Cylindrical-coordinate representation of color #B19C0C: hue angle of 52.36º degrees, saturation: 0.87, 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 #B19C0C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 12 -
CMYK 0 0.12 0.93 0.31
HSL 52.36º 0.87% 0.37% -
HSV(B) 52.36º 0.93% 0.69% -
XYZ 30.09 33.15 5.16 -
YUV 145.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 177 156 12 0 0.12 0.93 0.31 52.36 0.87 0.37
Hex B1 9C C 0 C 5D 1F 34 57 25
Octal 261 234 14 0 14 135 37 64 127 45
Binary 10110001 10011100 1100 0 1100 1011101 11111 110100 1010111 100101

Color Harmonies of #B19C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C0C

Black with #B19C0C

Text Example


Text Example

White with #B19C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C0C; }

 p { color: rgb(177,156,12); }

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

background-color css

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

 a { background-color: rgb(177,156,12); }

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

border-color css

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

 span { border-color: rgb(177,156,12); }

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