Html Css Color HEX #B3A209 Lucky

📋 copy color: '#B3A209'

red 179 ◦ green 162 ◦ blue 9

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

Shades of Lucky #B3A209

Tints of Lucky #B3A209

RGB

 RED value IS 179 (70.31% from 255) = 51.14%

 GREEN value IS 162 (63.67% from 255) = 46.29%

 BLUE value IS 9 (3.91% from 255) = 2.57%

R = 51.14%
G = 46.29%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B3A209 (or 0xB3A209) is known color: Lucky. HEX triplet: B3, A2 and 09. RGB value is (179,162,9). Sum of RGB (Red+Green+Blue) = 179+162+9=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A209 is #4C5DF6. Grayscale: #969696. Windows color (decimal): -5004791 or 631475. OLE color: 631475.

HSL color Cylindrical-coordinate representation of color #B3A209: hue angle of 54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3A209 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 162 9 -
CMYK 0 0.09 0.95 0.30
HSL 54º 0.9% 0.37% -
HSV(B) 54º 0.95% 0.7% -
XYZ 31.56 35.44 5.44 -
YUV 149.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 179 162 9 0 0.09 0.95 0.30 54 0.9 0.37
Hex B3 A2 9 0 9 5F 1E 36 5A 25
Octal 263 242 11 0 11 137 36 66 132 45
Binary 10110011 10100010 1001 0 1001 1011111 11110 110110 1011010 100101

Color Harmonies of #B3A209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A209

Black with #B3A209

Text Example


Text Example

White with #B3A209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A209; }

 p { color: rgb(179,162,9); }

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

background-color css

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

 a { background-color: rgb(179,162,9); }

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

border-color css

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

 span { border-color: rgb(179,162,9); }

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