Html Css Color HEX #B09415 Lucky

📋 copy color: '#B09415'

red 176 ◦ green 148 ◦ blue 21

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

Shades of Lucky #B09415

Tints of Lucky #B09415

RGB

 RED value IS 176 (69.14% from 255) = 51.01%

 GREEN value IS 148 (58.2% from 255) = 42.9%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 51.01%
G = 42.9%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B09415 (or 0xB09415) is known color: Lucky. HEX triplet: B0, 94 and 15. RGB value is (176,148,21). Sum of RGB (Red+Green+Blue) = 176+148+21=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B09415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09415 is #4F6BEA. Grayscale: #8E8E8E. Windows color (decimal): -5204971 or 1414320. OLE color: 1414320.

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

Color convert

RGB 176 148 21 -
CMYK 0 0.16 0.88 0.31
HSL 49.16º 0.79% 0.39% -
HSV(B) 49.16º 0.88% 0.69% -
XYZ 28.63 30.46 5.08 -
YUV 141.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 176 148 21 0 0.16 0.88 0.31 49.16 0.79 0.39
Hex B0 94 15 0 10 58 1F 31 4F 27
Octal 260 224 25 0 20 130 37 61 117 47
Binary 10110000 10010100 10101 0 10000 1011000 11111 110001 1001111 100111

Color Harmonies of #B09415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09415

Black with #B09415

Text Example


Text Example

White with #B09415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09415; }

 p { color: rgb(176,148,21); }

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

background-color css

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

 a { background-color: rgb(176,148,21); }

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

border-color css

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

 span { border-color: rgb(176,148,21); }

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