Html Css Color HEX #BFA494 Del Rio

📋 copy color: '#BFA494'

red 191 ◦ green 164 ◦ blue 148

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

Shades of Del Rio #BFA494

Tints of Del Rio #BFA494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 37.97%
G = 32.6%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFA494 (or 0xBFA494) is known color: Del Rio. HEX triplet: BF, A4 and 94. RGB value is (191,164,148). Sum of RGB (Red+Green+Blue) = 191+164+148=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA494 is #405B6B. Grayscale: #AAAAAA. Windows color (decimal): -4217708 or 9741503. OLE color: 9741503.

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

Color convert

RGB 191 164 148 -
CMYK 0 0.14 0.23 0.25
HSL 22.33º 0.25% 0.66% -
HSV(B) 22.33º 0.23% 0.75% -
XYZ 40.11 39.77 33.58 -
YUV 170.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 191 164 148 0 0.14 0.23 0.25 22.33 0.25 0.66
Hex BF A4 94 0 E 17 19 16 19 42
Octal 277 244 224 0 16 27 31 26 31 102
Binary 10111111 10100100 10010100 0 1110 10111 11001 10110 11001 1000010

Color Harmonies of #BFA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA494

Black with #BFA494

Text Example


Text Example

White with #BFA494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA494; }

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

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

background-color css

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

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

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

border-color css

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

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

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