Html Css Color HEX #B09015 Lucky

📋 copy color: '#B09015'

red 176 ◦ green 144 ◦ blue 21

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

Shades of Lucky #B09015

Tints of Lucky #B09015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

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

R = 51.61%
G = 42.23%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B09015 (or 0xB09015) is known color: Lucky. HEX triplet: B0, 90 and 15. RGB value is (176,144,21). Sum of RGB (Red+Green+Blue) = 176+144+21=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B09015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09015 is #4F6FEA. Grayscale: #8C8C8C. Windows color (decimal): -5205995 or 1413296. OLE color: 1413296.

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

Color convert

RGB 176 144 21 -
CMYK 0 0.18 0.88 0.31
HSL 47.61º 0.79% 0.39% -
HSV(B) 47.61º 0.88% 0.69% -
XYZ 28.01 29.23 4.88 -
YUV 139.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 176 144 21 0 0.18 0.88 0.31 47.61 0.79 0.39
Hex B0 90 15 0 12 58 1F 30 4F 27
Octal 260 220 25 0 22 130 37 60 117 47
Binary 10110000 10010000 10101 0 10010 1011000 11111 110000 1001111 100111

Color Harmonies of #B09015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09015

Black with #B09015

Text Example


Text Example

White with #B09015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09015; }

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

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

background-color css

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

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

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

border-color css

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

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

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