Html Css Color HEX #BFA394 Del Rio

📋 copy color: '#BFA394'

red 191 ◦ green 163 ◦ blue 148

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

Shades of Del Rio #BFA394

Tints of Del Rio #BFA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.47%

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

R = 38.05%
G = 32.47%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFA394 (or 0xBFA394) is known color: Del Rio. HEX triplet: BF, A3 and 94. RGB value is (191,163,148). Sum of RGB (Red+Green+Blue) = 191+163+148=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA394 is #405C6B. Grayscale: #A9A9A9. Windows color (decimal): -4217964 or 9741247. OLE color: 9741247.

HSL color Cylindrical-coordinate representation of color #BFA394: hue angle of 20.93º 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 #BFA394 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 163 148 -
CMYK 0 0.15 0.23 0.25
HSL 20.93º 0.25% 0.66% -
HSV(B) 20.93º 0.23% 0.75% -
XYZ 39.93 39.41 33.52 -
YUV 169.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 191 163 148 0 0.15 0.23 0.25 20.93 0.25 0.66
Hex BF A3 94 0 F 17 19 15 19 42
Octal 277 243 224 0 17 27 31 25 31 102
Binary 10111111 10100011 10010100 0 1111 10111 11001 10101 11001 1000010

Color Harmonies of #BFA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA394

Black with #BFA394

Text Example


Text Example

White with #BFA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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