Html Css Color HEX #BDA197 Del Rio

📋 copy color: '#BDA197'

red 189 ◦ green 161 ◦ blue 151

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

Shades of Del Rio #BDA197

Tints of Del Rio #BDA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.14%

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

R = 37.72%
G = 32.14%
B = 30.14%

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

#BDA197 (or 0xBDA197) is known color: Del Rio. HEX triplet: BD, A1 and 97. RGB value is (189,161,151). Sum of RGB (Red+Green+Blue) = 189+161+151=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA197 is #425E68. Grayscale: #A8A8A8. Windows color (decimal): -4349545 or 9937341. OLE color: 9937341.

HSL color Cylindrical-coordinate representation of color #BDA197: hue angle of 15.79º 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 #BDA197 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 151 -
CMYK 0 0.15 0.20 0.26
HSL 15.79º 0.22% 0.67% -
HSV(B) 15.79º 0.2% 0.74% -
XYZ 39.32 38.54 34.65 -
YUV 168.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 189 161 151 0 0.15 0.20 0.26 15.79 0.22 0.67
Hex BD A1 97 0 F 14 1A 10 16 43
Octal 275 241 227 0 17 24 32 20 26 103
Binary 10111101 10100001 10010111 0 1111 10100 11010 10000 10110 1000011

Color Harmonies of #BDA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA197

Black with #BDA197

Text Example


Text Example

White with #BDA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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