Html Css Color HEX #BFA090 Del Rio

📋 copy color: '#BFA090'

red 191 ◦ green 160 ◦ blue 144

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

Shades of Del Rio #BFA090

Tints of Del Rio #BFA090

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 value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFA090 (or 0xBFA090) is known color: 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

RGB 191 160 144 -
CMYK 0 0.16 0.25 0.25
HSL 20.43º 0.27% 0.66% -
HSV(B) 20.43º 0.25% 0.75% -
XYZ 39.09 38.23 31.7 -
YUV 167.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 191 160 144 0 0.16 0.25 0.25 20.43 0.27 0.66
Hex BF A0 90 0 10 19 19 14 1B 42
Octal 277 240 220 0 20 31 31 24 33 102
Binary 10111111 10100000 10010000 0 10000 11001 11001 10100 11011 1000010

Color Harmonies of #BFA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA090

Black with #BFA090

Text Example


Text Example

White with #BFA090

Text Example


Text Example

HTML Codes & Css Web 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>