Html Css Color HEX #B1A208 Lucky

📋 copy color: '#B1A208'

red 177 ◦ green 162 ◦ blue 8

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

Shades of Lucky #B1A208

Tints of Lucky #B1A208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 51.01%
G = 46.69%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B1A208 (or 0xB1A208) is known color: Lucky. HEX triplet: B1, A2 and 08. RGB value is (177,162,8). Sum of RGB (Red+Green+Blue) = 177+162+8=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A208 is #4E5DF7. Grayscale: #959595. Windows color (decimal): -5135864 or 565937. OLE color: 565937.

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

Color convert

RGB 177 162 8 -
CMYK 0 0.08 0.95 0.31
HSL 54.67º 0.91% 0.36% -
HSV(B) 54.67º 0.95% 0.69% -
XYZ 31.1 35.21 5.39 -
YUV 148.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 177 162 8 0 0.08 0.95 0.31 54.67 0.91 0.36
Hex B1 A2 8 0 8 5F 1F 37 5B 24
Octal 261 242 10 0 10 137 37 67 133 44
Binary 10110001 10100010 1000 0 1000 1011111 11111 110111 1011011 100100

Color Harmonies of #B1A208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A208

Black with #B1A208

Text Example


Text Example

White with #B1A208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A208; }

 p { color: rgb(177,162,8); }

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

background-color css

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

 a { background-color: rgb(177,162,8); }

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

border-color css

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

 span { border-color: rgb(177,162,8); }

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