Html Css Color HEX #BFA495 Del Rio

📋 copy color: '#BFA495'

red 191 ◦ green 164 ◦ blue 149

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

Shades of Del Rio #BFA495

Tints of Del Rio #BFA495

RGB

 RED value IS 191 (75% from 255) = 37.9%

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 37.9%
G = 32.54%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BFA495 (or 0xBFA495) is known color: Del Rio. HEX triplet: BF, A4 and 95. RGB value is (191,164,149). Sum of RGB (Red+Green+Blue) = 191+164+149=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA495 is #405B6A. Grayscale: #AAAAAA. Windows color (decimal): -4217707 or 9807039. OLE color: 9807039.

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

Color convert

RGB 191 164 149 -
CMYK 0 0.14 0.22 0.25
HSL 21.43º 0.25% 0.67% -
HSV(B) 21.43º 0.22% 0.75% -
XYZ 40.19 39.8 34 -
YUV 170.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 191 164 149 0 0.14 0.22 0.25 21.43 0.25 0.67
Hex BF A4 95 0 E 16 19 15 19 43
Octal 277 244 225 0 16 26 31 25 31 103
Binary 10111111 10100100 10010101 0 1110 10110 11001 10101 11001 1000011

Color Harmonies of #BFA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA495

Black with #BFA495

Text Example


Text Example

White with #BFA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA495; }

 p { color: rgb(191,164,149); }

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

background-color css

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

 a { background-color: rgb(191,164,149); }

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

border-color css

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

 span { border-color: rgb(191,164,149); }

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