Html Css Color HEX #BFA294 Del Rio

📋 copy color: '#BFA294'

red 191 ◦ green 162 ◦ blue 148

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

Shades of Del Rio #BFA294

Tints of Del Rio #BFA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 38.12%
G = 32.34%
B = 29.54%

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

#BFA294 (or 0xBFA294) is known color: Del Rio. HEX triplet: BF, A2 and 94. RGB value is (191,162,148). Sum of RGB (Red+Green+Blue) = 191+162+148=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA294 is #405D6B. Grayscale: #A9A9A9. Windows color (decimal): -4218220 or 9740991. OLE color: 9740991.

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

Color convert

RGB 191 162 148 -
CMYK 0 0.15 0.23 0.25
HSL 19.53º 0.25% 0.66% -
HSV(B) 19.53º 0.23% 0.75% -
XYZ 39.75 39.06 33.46 -
YUV 169.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 191 162 148 0 0.15 0.23 0.25 19.53 0.25 0.66
Hex BF A2 94 0 F 17 19 14 19 42
Octal 277 242 224 0 17 27 31 24 31 102
Binary 10111111 10100010 10010100 0 1111 10111 11001 10100 11001 1000010

Color Harmonies of #BFA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA294

Black with #BFA294

Text Example


Text Example

White with #BFA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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