Html Css Color HEX #BDA091 Del Rio

📋 copy color: '#BDA091'

red 189 ◦ green 160 ◦ blue 145

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

Shades of Del Rio #BDA091

Tints of Del Rio #BDA091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 38.26%
G = 32.39%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA091 (or 0xBDA091) is known color: Del Rio. HEX triplet: BD, A0 and 91. RGB value is (189,160,145). Sum of RGB (Red+Green+Blue) = 189+160+145=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA091 is #425F6E. Grayscale: #A7A7A7. Windows color (decimal): -4349807 or 9543869. OLE color: 9543869.

HSL color Cylindrical-coordinate representation of color #BDA091: hue angle of 20.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA091 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 145 -
CMYK 0 0.15 0.23 0.26
HSL 20.45º 0.25% 0.65% -
HSV(B) 20.45º 0.23% 0.74% -
XYZ 38.67 38 32.09 -
YUV 166.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 189 160 145 0 0.15 0.23 0.26 20.45 0.25 0.65
Hex BD A0 91 0 F 17 1A 14 19 41
Octal 275 240 221 0 17 27 32 24 31 101
Binary 10111101 10100000 10010001 0 1111 10111 11010 10100 11001 1000001

Color Harmonies of #BDA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA091

Black with #BDA091

Text Example


Text Example

White with #BDA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA091; }

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

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

background-color css

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

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

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

border-color css

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

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

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