Html Css Color HEX #D7BEA5 Bone

📋 copy color: '#D7BEA5'

red 215 ◦ green 190 ◦ blue 165

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

Shades of Bone #D7BEA5

Tints of Bone #D7BEA5

RGB

 RED value IS 215 (84.38% from 255) = 37.72%

 GREEN value IS 190 (74.61% from 255) = 33.33%

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

R = 37.72%
G = 33.33%
B = 28.95%

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

#D7BEA5 (or 0xD7BEA5) is known color: Bone. HEX triplet: D7, BE and A5. RGB value is (215,190,165). Sum of RGB (Red+Green+Blue) = 215+190+165=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BEA5 is #28415A. Grayscale: #C2C2C2. Windows color (decimal): -2638171 or 10862295. OLE color: 10862295.

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

Color convert

RGB 215 190 165 -
CMYK 0 0.12 0.23 0.16
HSL 30º 0.38% 0.75% -
HSV(B) 30º 0.23% 0.84% -
XYZ 53.23 53.99 43.21 -
YUV 194.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 215 190 165 0 0.12 0.23 0.16 30 0.38 0.75
Hex D7 BE A5 0 C 17 10 1E 26 4B
Octal 327 276 245 0 14 27 20 36 46 113
Binary 11010111 10111110 10100101 0 1100 10111 10000 11110 100110 1001011

Color Harmonies of #D7BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BEA5

Black with #D7BEA5

Text Example


Text Example

White with #D7BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BEA5; }

 p { color: rgb(215,190,165); }

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

background-color css

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

 a { background-color: rgb(215,190,165); }

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

border-color css

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

 span { border-color: rgb(215,190,165); }

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