Html Css Color HEX #B3A007 Lucky

📋 copy color: '#B3A007'

red 179 ◦ green 160 ◦ blue 7

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

Shades of Lucky #B3A007

Tints of Lucky #B3A007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 51.73%
G = 46.24%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B3A007 (or 0xB3A007) is known color: Lucky. HEX triplet: B3, A0 and 07. RGB value is (179,160,7). Sum of RGB (Red+Green+Blue) = 179+160+7=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A007 is #4C5FF8. Grayscale: #949494. Windows color (decimal): -5005305 or 499891. OLE color: 499891.

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

Color convert

RGB 179 160 7 -
CMYK 0 0.11 0.96 0.30
HSL 53.37º 0.92% 0.36% -
HSV(B) 53.37º 0.96% 0.7% -
XYZ 31.2 34.74 5.26 -
YUV 148.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 179 160 7 0 0.11 0.96 0.30 53.37 0.92 0.36
Hex B3 A0 7 0 B 60 1E 35 5C 24
Octal 263 240 7 0 13 140 36 65 134 44
Binary 10110011 10100000 111 0 1011 1100000 11110 110101 1011100 100100

Color Harmonies of #B3A007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A007

Black with #B3A007

Text Example


Text Example

White with #B3A007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A007; }

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

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

background-color css

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

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

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

border-color css

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

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

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