Html Css Color HEX #B3A00F Lucky

📋 copy color: '#B3A00F'

red 179 ◦ green 160 ◦ blue 15

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

Shades of Lucky #B3A00F

Tints of Lucky #B3A00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.2%

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 50.56%
G = 45.2%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3A00F (or 0xB3A00F) is known color: Lucky. HEX triplet: B3, A0 and 0F. RGB value is (179,160,15). Sum of RGB (Red+Green+Blue) = 179+160+15=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A00F is #4C5FF0. Grayscale: #959595. Windows color (decimal): -5005297 or 1024179. OLE color: 1024179.

HSL color Cylindrical-coordinate representation of color #B3A00F: hue angle of 53.05º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3A00F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 15 -
CMYK 0 0.11 0.92 0.30
HSL 53.05º 0.85% 0.38% -
HSV(B) 53.05º 0.92% 0.7% -
XYZ 31.25 34.76 5.51 -
YUV 149.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 179 160 15 0 0.11 0.92 0.30 53.05 0.85 0.38
Hex B3 A0 F 0 B 5C 1E 35 55 26
Octal 263 240 17 0 13 134 36 65 125 46
Binary 10110011 10100000 1111 0 1011 1011100 11110 110101 1010101 100110

Color Harmonies of #B3A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A00F

Black with #B3A00F

Text Example


Text Example

White with #B3A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A00F; }

 p { color: rgb(179,160,15); }

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

background-color css

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

 a { background-color: rgb(179,160,15); }

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

border-color css

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

 span { border-color: rgb(179,160,15); }

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