Html Css Color HEX #D5BFBB Alto

📋 copy color: '#D5BFBB'

red 213 ◦ green 191 ◦ blue 187

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

Shades of Alto #D5BFBB

Tints of Alto #D5BFBB

RGB

 RED value IS 213 (83.59% from 255) = 36.04%

 GREEN value IS 191 (75% from 255) = 32.32%

 BLUE value IS 187 (73.44% from 255) = 31.64%

R = 36.04%
G = 32.32%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5BFBB (or 0xD5BFBB) is known color: Alto. HEX triplet: D5, BF and BB. RGB value is (213,191,187). Sum of RGB (Red+Green+Blue) = 213+191+187=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFBB is #2A4044. Grayscale: #C5C5C5. Windows color (decimal): -2768965 or 12304341. OLE color: 12304341.

HSL color Cylindrical-coordinate representation of color #D5BFBB: hue angle of 9.23º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BFBB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 187 -
CMYK 0 0.10 0.12 0.16
HSL 9.23º 0.24% 0.78% -
HSV(B) 9.23º 0.12% 0.84% -
XYZ 55.04 55 54.73 -
YUV 197.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 213 191 187 0 0.10 0.12 0.16 9.23 0.24 0.78
Hex D5 BF BB 0 A C 10 9 18 4E
Octal 325 277 273 0 12 14 20 11 30 116
Binary 11010101 10111111 10111011 0 1010 1100 10000 1001 11000 1001110

Color Harmonies of #D5BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFBB

Black with #D5BFBB

Text Example


Text Example

White with #D5BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFBB; }

 p { color: rgb(213,191,187); }

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

background-color css

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

 a { background-color: rgb(213,191,187); }

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

border-color css

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

 span { border-color: rgb(213,191,187); }

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