Html Css Color HEX #B0AA0D Lucky

📋 copy color: '#B0AA0D'

red 176 ◦ green 170 ◦ blue 13

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

Shades of Lucky #B0AA0D

Tints of Lucky #B0AA0D

RGB

 RED value IS 176 (69.14% from 255) = 49.03%

 GREEN value IS 170 (66.8% from 255) = 47.35%

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 49.03%
G = 47.35%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0AA0D (or 0xB0AA0D) is known color: Lucky. HEX triplet: B0, AA and 0D. RGB value is (176,170,13). Sum of RGB (Red+Green+Blue) = 176+170+13=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AA0D is #4F55F2. Grayscale: #9A9A9A. Windows color (decimal): -5199347 or 895664. OLE color: 895664.

HSL color Cylindrical-coordinate representation of color #B0AA0D: hue angle of 57.79º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0AA0D is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 13 -
CMYK 0 0.03 0.93 0.31
HSL 57.79º 0.86% 0.37% -
HSV(B) 57.79º 0.93% 0.69% -
XYZ 32.35 38.01 6.01 -
YUV 153.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 176 170 13 0 0.03 0.93 0.31 57.79 0.86 0.37
Hex B0 AA D 0 3 5D 1F 3A 56 25
Octal 260 252 15 0 3 135 37 72 126 45
Binary 10110000 10101010 1101 0 11 1011101 11111 111010 1010110 100101

Color Harmonies of #B0AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA0D

Black with #B0AA0D

Text Example


Text Example

White with #B0AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA0D; }

 p { color: rgb(176,170,13); }

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

background-color css

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

 a { background-color: rgb(176,170,13); }

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

border-color css

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

 span { border-color: rgb(176,170,13); }

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