Html Css Color HEX #B09B15 Lucky

📋 copy color: '#B09B15'

red 176 ◦ green 155 ◦ blue 21

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

Shades of Lucky #B09B15

Tints of Lucky #B09B15

RGB

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

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

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

R = 50%
G = 44.03%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B09B15 (or 0xB09B15) is known color: Lucky. HEX triplet: B0, 9B and 15. RGB value is (176,155,21). Sum of RGB (Red+Green+Blue) = 176+155+21=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09B15 is #4F64EA. Grayscale: #929292. Windows color (decimal): -5203179 or 1416112. OLE color: 1416112.

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

Color convert

RGB 176 155 21 -
CMYK 0 0.12 0.88 0.31
HSL 51.87º 0.79% 0.39% -
HSV(B) 51.87º 0.88% 0.69% -
XYZ 29.76 32.73 5.46 -
YUV 146 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 176 155 21 0 0.12 0.88 0.31 51.87 0.79 0.39
Hex B0 9B 15 0 C 58 1F 34 4F 27
Octal 260 233 25 0 14 130 37 64 117 47
Binary 10110000 10011011 10101 0 1100 1011000 11111 110100 1001111 100111

Color Harmonies of #B09B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B15

Black with #B09B15

Text Example


Text Example

White with #B09B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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