Html Css Color HEX #B4A5A2 Martini

📋 copy color: '#B4A5A2'

red 180 ◦ green 165 ◦ blue 162

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

Shades of Martini #B4A5A2

Tints of Martini #B4A5A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.95%

R = 35.5%
G = 32.54%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B4A5A2 (or 0xB4A5A2) is known color: Martini. HEX triplet: B4, A5 and A2. RGB value is (180,165,162). Sum of RGB (Red+Green+Blue) = 180+165+162=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A5A2 is #4B5A5D. Grayscale: #A9A9A9. Windows color (decimal): -4938334 or 10659252. OLE color: 10659252.

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

Color convert

RGB 180 165 162 -
CMYK 0 0.08 0.1 0.29
HSL 10º 0.11% 0.67% -
HSV(B) 10º 0.1% 0.71% -
XYZ 38.8 39.22 39.71 -
YUV 169.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 180 165 162 0 0.08 0.1 0.29 10 0.11 0.67
Hex B4 A5 A2 0 8 A 1D A B 43
Octal 264 245 242 0 10 12 35 12 13 103
Binary 10110100 10100101 10100010 0 1000 1010 11101 1010 1011 1000011

Color Harmonies of #B4A5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A5A2

Black with #B4A5A2

Text Example


Text Example

White with #B4A5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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