Html Css Color HEX #BDA097 Del Rio

📋 copy color: '#BDA097'

red 189 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #BDA097

Tints of Del Rio #BDA097

RGB

 RED value IS 189 (74.22% from 255) = 37.8%

 GREEN value IS 160 (62.89% from 255) = 32%

 BLUE value IS 151 (59.38% from 255) = 30.2%

R = 37.8%
G = 32%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDA097 (or 0xBDA097) is known color: Del Rio. HEX triplet: BD, A0 and 97. RGB value is (189,160,151). Sum of RGB (Red+Green+Blue) = 189+160+151=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA097 is #425F68. Grayscale: #A7A7A7. Windows color (decimal): -4349801 or 9937085. OLE color: 9937085.

HSL color Cylindrical-coordinate representation of color #BDA097: hue angle of 14.21º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA097 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 151 -
CMYK 0 0.15 0.20 0.26
HSL 14.21º 0.22% 0.67% -
HSV(B) 14.21º 0.2% 0.74% -
XYZ 39.14 38.19 34.59 -
YUV 167.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 189 160 151 0 0.15 0.20 0.26 14.21 0.22 0.67
Hex BD A0 97 0 F 14 1A E 16 43
Octal 275 240 227 0 17 24 32 16 26 103
Binary 10111101 10100000 10010111 0 1111 10100 11010 1110 10110 1000011

Color Harmonies of #BDA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA097

Black with #BDA097

Text Example


Text Example

White with #BDA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA097; }

 p { color: rgb(189,160,151); }

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

background-color css

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

 a { background-color: rgb(189,160,151); }

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

border-color css

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

 span { border-color: rgb(189,160,151); }

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