Html Css Color HEX #B19B05 Lucky

📋 copy color: '#B19B05'

red 177 ◦ green 155 ◦ blue 5

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

Shades of Lucky #B19B05

Tints of Lucky #B19B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.99%

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 52.52%
G = 45.99%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B19B05 (or 0xB19B05) is known color: Lucky. HEX triplet: B1, 9B and 05. RGB value is (177,155,5). Sum of RGB (Red+Green+Blue) = 177+155+5=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19B05 is #4E64FA. Grayscale: #919191. Windows color (decimal): -5137659 or 367537. OLE color: 367537.

HSL color Cylindrical-coordinate representation of color #B19B05: hue angle of 52.33º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B19B05 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 155 5 -
CMYK 0 0.12 0.97 0.31
HSL 52.33º 0.95% 0.36% -
HSV(B) 52.33º 0.97% 0.69% -
XYZ 29.88 32.8 4.9 -
YUV 144.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 177 155 5 0 0.12 0.97 0.31 52.33 0.95 0.36
Hex B1 9B 5 0 C 61 1F 34 5F 24
Octal 261 233 5 0 14 141 37 64 137 44
Binary 10110001 10011011 101 0 1100 1100001 11111 110100 1011111 100100

Color Harmonies of #B19B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B05

Black with #B19B05

Text Example


Text Example

White with #B19B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B05; }

 p { color: rgb(177,155,5); }

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

background-color css

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

 a { background-color: rgb(177,155,5); }

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

border-color css

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

 span { border-color: rgb(177,155,5); }

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