Html Css Color HEX #B09410 Lucky

📋 copy color: '#B09410'

red 176 ◦ green 148 ◦ blue 16

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

Shades of Lucky #B09410

Tints of Lucky #B09410

RGB

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

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

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

R = 51.76%
G = 43.53%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B09410 (or 0xB09410) is known color: Lucky. HEX triplet: B0, 94 and 10. RGB value is (176,148,16). Sum of RGB (Red+Green+Blue) = 176+148+16=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B09410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09410 is #4F6BEF. Grayscale: #8D8D8D. Windows color (decimal): -5204976 or 1086640. OLE color: 1086640.

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

Color convert

RGB 176 148 16 -
CMYK 0 0.16 0.91 0.31
HSL 49.5º 0.83% 0.38% -
HSV(B) 49.5º 0.91% 0.69% -
XYZ 28.59 30.45 4.86 -
YUV 141.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 176 148 16 0 0.16 0.91 0.31 49.5 0.83 0.38
Hex B0 94 10 0 10 5B 1F 32 53 26
Octal 260 224 20 0 20 133 37 62 123 46
Binary 10110000 10010100 10000 0 10000 1011011 11111 110010 1010011 100110

Color Harmonies of #B09410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09410

Black with #B09410

Text Example


Text Example

White with #B09410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09410; }

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

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

background-color css

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

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

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

border-color css

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

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

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