Html Css Color HEX #D5BFAB Bone

📋 copy color: '#D5BFAB'

red 213 ◦ green 191 ◦ blue 171

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

Shades of Bone #D5BFAB

Tints of Bone #D5BFAB

RGB

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

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

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

R = 37.04%
G = 33.22%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5BFAB (or 0xD5BFAB) is known color: Bone. HEX triplet: D5, BF and AB. RGB value is (213,191,171). Sum of RGB (Red+Green+Blue) = 213+191+171=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFAB is #2A4054. Grayscale: #C3C3C3. Windows color (decimal): -2768981 or 11255765. OLE color: 11255765.

HSL color Cylindrical-coordinate representation of color #D5BFAB: hue angle of 28.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BFAB is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 171 -
CMYK 0 0.10 0.20 0.16
HSL 28.57º 0.33% 0.75% -
HSV(B) 28.57º 0.2% 0.84% -
XYZ 53.42 54.35 46.2 -
YUV 195.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 213 191 171 0 0.10 0.20 0.16 28.57 0.33 0.75
Hex D5 BF AB 0 A 14 10 1D 21 4B
Octal 325 277 253 0 12 24 20 35 41 113
Binary 11010101 10111111 10101011 0 1010 10100 10000 11101 100001 1001011

Color Harmonies of #D5BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFAB

Black with #D5BFAB

Text Example


Text Example

White with #D5BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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