Html Css Color HEX #B09C16 Lucky

📋 copy color: '#B09C16'

red 176 ◦ green 156 ◦ blue 22

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

Shades of Lucky #B09C16

Tints of Lucky #B09C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 49.72%
G = 44.07%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B09C16 (or 0xB09C16) is known color: Lucky. HEX triplet: B0, 9C and 16. RGB value is (176,156,22). Sum of RGB (Red+Green+Blue) = 176+156+22=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09C16 is #4F63E9. Grayscale: #939393. Windows color (decimal): -5202922 or 1481904. OLE color: 1481904.

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

Color convert

RGB 176 156 22 -
CMYK 0 0.11 0.88 0.31
HSL 52.21º 0.78% 0.39% -
HSV(B) 52.21º 0.88% 0.69% -
XYZ 29.94 33.06 5.56 -
YUV 146.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 176 156 22 0 0.11 0.88 0.31 52.21 0.78 0.39
Hex B0 9C 16 0 B 58 1F 34 4E 27
Octal 260 234 26 0 13 130 37 64 116 47
Binary 10110000 10011100 10110 0 1011 1011000 11111 110100 1001110 100111

Color Harmonies of #B09C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C16

Black with #B09C16

Text Example


Text Example

White with #B09C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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