Html Css Color HEX #B4A299 Martini

📋 copy color: '#B4A299'

red 180 ◦ green 162 ◦ blue 153

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

Shades of Martini #B4A299

Tints of Martini #B4A299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 36.36%
G = 32.73%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B4A299 (or 0xB4A299) is known color: Martini. HEX triplet: B4, A2 and 99. RGB value is (180,162,153). Sum of RGB (Red+Green+Blue) = 180+162+153=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A299 is #4B5D66. Grayscale: #A6A6A6. Windows color (decimal): -4939111 or 10068660. OLE color: 10068660.

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

Color convert

RGB 180 162 153 -
CMYK 0 0.1 0.15 0.29
HSL 20º 0.15% 0.65% -
HSV(B) 20º 0.15% 0.71% -
XYZ 37.49 37.84 35.47 -
YUV 166.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 180 162 153 0 0.1 0.15 0.29 20 0.15 0.65
Hex B4 A2 99 0 A F 1D 14 F 41
Octal 264 242 231 0 12 17 35 24 17 101
Binary 10110100 10100010 10011001 0 1010 1111 11101 10100 1111 1000001

Color Harmonies of #B4A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A299

Black with #B4A299

Text Example


Text Example

White with #B4A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A299; }

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

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

background-color css

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

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

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

border-color css

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

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

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