Html Css Color HEX #BFA493 Del Rio

📋 copy color: '#BFA493'

red 191 ◦ green 164 ◦ blue 147

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

Shades of Del Rio #BFA493

Tints of Del Rio #BFA493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.28%

R = 38.05%
G = 32.67%
B = 29.28%

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

#BFA493 (or 0xBFA493) is known color: Del Rio. HEX triplet: BF, A4 and 93. RGB value is (191,164,147). Sum of RGB (Red+Green+Blue) = 191+164+147=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA493 is #405B6C. Grayscale: #AAAAAA. Windows color (decimal): -4217709 or 9675967. OLE color: 9675967.

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

Color convert

RGB 191 164 147 -
CMYK 0 0.14 0.23 0.25
HSL 23.18º 0.26% 0.66% -
HSV(B) 23.18º 0.23% 0.75% -
XYZ 40.03 39.73 33.16 -
YUV 170.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 191 164 147 0 0.14 0.23 0.25 23.18 0.26 0.66
Hex BF A4 93 0 E 17 19 17 1A 42
Octal 277 244 223 0 16 27 31 27 32 102
Binary 10111111 10100100 10010011 0 1110 10111 11001 10111 11010 1000010

Color Harmonies of #BFA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA493

Black with #BFA493

Text Example


Text Example

White with #BFA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA493; }

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

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

background-color css

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

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

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

border-color css

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

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

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