Html Css Color HEX #BD9F90 Del Rio

📋 copy color: '#BD9F90'

red 189 ◦ green 159 ◦ blue 144

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

Shades of Del Rio #BD9F90

Tints of Del Rio #BD9F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 38.41%
G = 32.32%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD9F90 (or 0xBD9F90) is known color: Del Rio. HEX triplet: BD, 9F and 90. RGB value is (189,159,144). Sum of RGB (Red+Green+Blue) = 189+159+144=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9F90 is #42606F. Grayscale: #A6A6A6. Windows color (decimal): -4350064 or 9478077. OLE color: 9478077.

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

Color convert

RGB 189 159 144 -
CMYK 0 0.16 0.24 0.26
HSL 20º 0.25% 0.65% -
HSV(B) 20º 0.24% 0.74% -
XYZ 38.42 37.63 31.62 -
YUV 166.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 189 159 144 0 0.16 0.24 0.26 20 0.25 0.65
Hex BD 9F 90 0 10 18 1A 14 19 41
Octal 275 237 220 0 20 30 32 24 31 101
Binary 10111101 10011111 10010000 0 10000 11000 11010 10100 11001 1000001

Color Harmonies of #BD9F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F90

Black with #BD9F90

Text Example


Text Example

White with #BD9F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F90; }

 p { color: rgb(189,159,144); }

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

background-color css

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

 a { background-color: rgb(189,159,144); }

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

border-color css

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

 span { border-color: rgb(189,159,144); }

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