Html Css Color HEX #B4A50B Lucky

📋 copy color: '#B4A50B'

red 180 ◦ green 165 ◦ blue 11

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

Shades of Lucky #B4A50B

Tints of Lucky #B4A50B

RGB

 RED value IS 180 (70.7% from 255) = 50.56%

 GREEN value IS 165 (64.84% from 255) = 46.35%

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 50.56%
G = 46.35%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4A50B (or 0xB4A50B) is known color: Lucky. HEX triplet: B4, A5 and 0B. RGB value is (180,165,11). Sum of RGB (Red+Green+Blue) = 180+165+11=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A50B is #4B5AF4. Grayscale: #989898. Windows color (decimal): -4938485 or 763316. OLE color: 763316.

HSL color Cylindrical-coordinate representation of color #B4A50B: hue angle of 54.67º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4A50B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 165 11 -
CMYK 0 0.08 0.94 0.29
HSL 54.67º 0.88% 0.37% -
HSV(B) 54.67º 0.94% 0.71% -
XYZ 32.34 36.64 5.68 -
YUV 151.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 180 165 11 0 0.08 0.94 0.29 54.67 0.88 0.37
Hex B4 A5 B 0 8 5E 1D 37 58 25
Octal 264 245 13 0 10 136 35 67 130 45
Binary 10110100 10100101 1011 0 1000 1011110 11101 110111 1011000 100101

Color Harmonies of #B4A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A50B

Black with #B4A50B

Text Example


Text Example

White with #B4A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A50B; }

 p { color: rgb(180,165,11); }

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

background-color css

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

 a { background-color: rgb(180,165,11); }

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

border-color css

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

 span { border-color: rgb(180,165,11); }

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