Html Css Color HEX #BFA395 Del Rio

📋 copy color: '#BFA395'

red 191 ◦ green 163 ◦ blue 149

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

Shades of Del Rio #BFA395

Tints of Del Rio #BFA395

RGB

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

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

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

R = 37.97%
G = 32.41%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BFA395 (or 0xBFA395) is known color: Del Rio. HEX triplet: BF, A3 and 95. RGB value is (191,163,149). Sum of RGB (Red+Green+Blue) = 191+163+149=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA395 is #405C6A. Grayscale: #A9A9A9. Windows color (decimal): -4217963 or 9806783. OLE color: 9806783.

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

Color convert

RGB 191 163 149 -
CMYK 0 0.15 0.22 0.25
HSL 20º 0.25% 0.67% -
HSV(B) 20º 0.22% 0.75% -
XYZ 40.01 39.44 33.94 -
YUV 169.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 191 163 149 0 0.15 0.22 0.25 20 0.25 0.67
Hex BF A3 95 0 F 16 19 14 19 43
Octal 277 243 225 0 17 26 31 24 31 103
Binary 10111111 10100011 10010101 0 1111 10110 11001 10100 11001 1000011

Color Harmonies of #BFA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA395

Black with #BFA395

Text Example


Text Example

White with #BFA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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