Html Css Color HEX #B7AFAB Martini

📋 copy color: '#B7AFAB'

red 183 ◦ green 175 ◦ blue 171

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

Shades of Martini #B7AFAB

Tints of Martini #B7AFAB

RGB

 RED value IS 183 (71.88% from 255) = 34.59%

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 34.59%
G = 33.08%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B7AFAB (or 0xB7AFAB) is known color: Martini. HEX triplet: B7, AF and AB. RGB value is (183,175,171). Sum of RGB (Red+Green+Blue) = 183+175+171=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFAB is #485054. Grayscale: #B0B0B0. Windows color (decimal): -4739157 or 11251639. OLE color: 11251639.

HSL color Cylindrical-coordinate representation of color #B7AFAB: hue angle of 20º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7AFAB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 171 -
CMYK 0 0.04 0.07 0.28
HSL 20º 0.08% 0.69% -
HSV(B) 20º 0.07% 0.72% -
XYZ 42.21 43.67 44.73 -
YUV 176.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 183 175 171 0 0.04 0.07 0.28 20 0.08 0.69
Hex B7 AF AB 0 4 7 1C 14 8 45
Octal 267 257 253 0 4 7 34 24 10 105
Binary 10110111 10101111 10101011 0 100 111 11100 10100 1000 1000101

Color Harmonies of #B7AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFAB

Black with #B7AFAB

Text Example


Text Example

White with #B7AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFAB; }

 p { color: rgb(183,175,171); }

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

background-color css

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

 a { background-color: rgb(183,175,171); }

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

border-color css

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

 span { border-color: rgb(183,175,171); }

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