Html Css Color HEX #B19B08 Lucky

📋 copy color: '#B19B08'

red 177 ◦ green 155 ◦ blue 8

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

Shades of Lucky #B19B08

Tints of Lucky #B19B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 52.06%
G = 45.59%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B19B08 (or 0xB19B08) is known color: Lucky. HEX triplet: B1, 9B and 08. RGB value is (177,155,8). Sum of RGB (Red+Green+Blue) = 177+155+8=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19B08 is #4E64F7. Grayscale: #919191. Windows color (decimal): -5137656 or 564145. OLE color: 564145.

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

Color convert

RGB 177 155 8 -
CMYK 0 0.12 0.95 0.31
HSL 52.19º 0.91% 0.36% -
HSV(B) 52.19º 0.95% 0.69% -
XYZ 29.9 32.81 4.99 -
YUV 144.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 177 155 8 0 0.12 0.95 0.31 52.19 0.91 0.36
Hex B1 9B 8 0 C 5F 1F 34 5B 24
Octal 261 233 10 0 14 137 37 64 133 44
Binary 10110001 10011011 1000 0 1100 1011111 11111 110100 1011011 100100

Color Harmonies of #B19B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B08

Black with #B19B08

Text Example


Text Example

White with #B19B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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