Html Css Color HEX #D5BBA5 Bone

📋 copy color: '#D5BBA5'

red 213 ◦ green 187 ◦ blue 165

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

Shades of Bone #D5BBA5

Tints of Bone #D5BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.1%

 BLUE value IS 165 (64.84% from 255) = 29.2%

R = 37.7%
G = 33.1%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5BBA5 (or 0xD5BBA5) is known color: Bone. HEX triplet: D5, BB and A5. RGB value is (213,187,165). Sum of RGB (Red+Green+Blue) = 213+187+165=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA5 is #2A445A. Grayscale: #C0C0C0. Windows color (decimal): -2770011 or 10861525. OLE color: 10861525.

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

Color convert

RGB 213 187 165 -
CMYK 0 0.12 0.23 0.16
HSL 27.5º 0.36% 0.74% -
HSV(B) 27.5º 0.23% 0.84% -
XYZ 52 52.4 42.97 -
YUV 192.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 213 187 165 0 0.12 0.23 0.16 27.5 0.36 0.74
Hex D5 BB A5 0 C 17 10 1C 24 4A
Octal 325 273 245 0 14 27 20 34 44 112
Binary 11010101 10111011 10100101 0 1100 10111 10000 11100 100100 1001010

Color Harmonies of #D5BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBA5

Black with #D5BBA5

Text Example


Text Example

White with #D5BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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