#BFA090

Color #BFA090 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BFA090

Tints of Del Rio #BFA090

Color information

#BFA090 (or 0xBFA090) is unknown color: approx Del Rio. HEX triplet: BF, A0 and 90. RGB value is (191,160,144). Sum of RGB (Red+Green+Blue) = 191+160+144=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA090 is #405F6F. Grayscale: #A7A7A7. Windows color (decimal): -4218736 or 9478335. OLE color: 9478335.

HSL color Cylindrical-coordinate representation of color #BFA090: hue angle of 20.43º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA090 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191160144-
CMYK00.160.250.25
HSL20.43º26.86%65.69%-
HSV(B)20.43º24.61%74.9%-
XYZ39.0938.2331.7-
YUV167.44114.77144.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=38.59%
G=32.32%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116014400.160.250.2520.4326.8665.69
HexBFA0900101919141b42
Octal27724022002031312433102
Binary101111111010000010010000010000110011100110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA090; }

 p { color: rgb(191,160,144); }

 H1.HeaderClassName
 {
   color: #BFA090;
 }
 .AnyTagClassName
 {
   color: #BFA090;
 }
</style>
background-color css

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

 a { background-color: rgb(191,160,144); }

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

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

 span { border-color: rgb(191,160,144); }

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