Html Css Color HEX #B09F10 Lucky

📋 copy color: '#B09F10'

red 176 ◦ green 159 ◦ blue 16

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

Shades of Lucky #B09F10

Tints of Lucky #B09F10

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 50.14%
G = 45.3%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B09F10 (or 0xB09F10) is known color: Lucky. HEX triplet: B0, 9F and 10. RGB value is (176,159,16). Sum of RGB (Red+Green+Blue) = 176+159+16=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09F10 is #4F60EF. Grayscale: #949494. Windows color (decimal): -5202160 or 1089456. OLE color: 1089456.

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

Color convert

RGB 176 159 16 -
CMYK 0 0.10 0.91 0.31
HSL 53.63º 0.83% 0.38% -
HSV(B) 53.63º 0.91% 0.69% -
XYZ 30.4 34.06 5.46 -
YUV 147.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 176 159 16 0 0.10 0.91 0.31 53.63 0.83 0.38
Hex B0 9F 10 0 A 5B 1F 36 53 26
Octal 260 237 20 0 12 133 37 66 123 46
Binary 10110000 10011111 10000 0 1010 1011011 11111 110110 1010011 100110

Color Harmonies of #B09F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F10

Black with #B09F10

Text Example


Text Example

White with #B09F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F10; }

 p { color: rgb(176,159,16); }

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

background-color css

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

 a { background-color: rgb(176,159,16); }

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

border-color css

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

 span { border-color: rgb(176,159,16); }

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