Html Css Color HEX #B09C10 Lucky

📋 copy color: '#B09C10'

red 176 ◦ green 156 ◦ blue 16

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

Shades of Lucky #B09C10

Tints of Lucky #B09C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.83%

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

R = 50.57%
G = 44.83%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B09C10 (or 0xB09C10) is known color: Lucky. HEX triplet: B0, 9C and 10. RGB value is (176,156,16). Sum of RGB (Red+Green+Blue) = 176+156+16=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09C10 is #4F63EF. Grayscale: #929292. Windows color (decimal): -5202928 or 1088688. OLE color: 1088688.

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

Color convert

RGB 176 156 16 -
CMYK 0 0.11 0.91 0.31
HSL 52.5º 0.83% 0.38% -
HSV(B) 52.5º 0.91% 0.69% -
XYZ 29.89 33.04 5.29 -
YUV 146.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 176 156 16 0 0.11 0.91 0.31 52.5 0.83 0.38
Hex B0 9C 10 0 B 5B 1F 34 53 26
Octal 260 234 20 0 13 133 37 64 123 46
Binary 10110000 10011100 10000 0 1011 1011011 11111 110100 1010011 100110

Color Harmonies of #B09C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C10

Black with #B09C10

Text Example


Text Example

White with #B09C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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