Html Css Color HEX #B1A707 Lucky

📋 copy color: '#B1A707'

red 177 ◦ green 167 ◦ blue 7

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

Shades of Lucky #B1A707

Tints of Lucky #B1A707

RGB

 RED value IS 177 (69.53% from 255) = 50.43%

 GREEN value IS 167 (65.63% from 255) = 47.58%

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

R = 50.43%
G = 47.58%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B1A707 (or 0xB1A707) is known color: Lucky. HEX triplet: B1, A7 and 07. RGB value is (177,167,7). Sum of RGB (Red+Green+Blue) = 177+167+7=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A707 is #4E58F8. Grayscale: #989898. Windows color (decimal): -5134585 or 501681. OLE color: 501681.

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

Color convert

RGB 177 167 7 -
CMYK 0 0.06 0.96 0.31
HSL 56.47º 0.92% 0.36% -
HSV(B) 56.47º 0.96% 0.69% -
XYZ 31.99 37 5.66 -
YUV 151.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 177 167 7 0 0.06 0.96 0.31 56.47 0.92 0.36
Hex B1 A7 7 0 6 60 1F 38 5C 24
Octal 261 247 7 0 6 140 37 70 134 44
Binary 10110001 10100111 111 0 110 1100000 11111 111000 1011100 100100

Color Harmonies of #B1A707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A707

Black with #B1A707

Text Example


Text Example

White with #B1A707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A707; }

 p { color: rgb(177,167,7); }

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

background-color css

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

 a { background-color: rgb(177,167,7); }

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

border-color css

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

 span { border-color: rgb(177,167,7); }

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