Html Css Color HEX #BFA295 Del Rio

📋 copy color: '#BFA295'

red 191 ◦ green 162 ◦ blue 149

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

Shades of Del Rio #BFA295

Tints of Del Rio #BFA295

RGB

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

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

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

R = 38.05%
G = 32.27%
B = 29.68%

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

#BFA295 (or 0xBFA295) is known color: Del Rio. HEX triplet: BF, A2 and 95. RGB value is (191,162,149). Sum of RGB (Red+Green+Blue) = 191+162+149=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA295 is #405D6A. Grayscale: #A9A9A9. Windows color (decimal): -4218219 or 9806527. OLE color: 9806527.

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

Color convert

RGB 191 162 149 -
CMYK 0 0.15 0.22 0.25
HSL 18.57º 0.25% 0.67% -
HSV(B) 18.57º 0.22% 0.75% -
XYZ 39.83 39.09 33.88 -
YUV 169.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 191 162 149 0 0.15 0.22 0.25 18.57 0.25 0.67
Hex BF A2 95 0 F 16 19 13 19 43
Octal 277 242 225 0 17 26 31 23 31 103
Binary 10111111 10100010 10010101 0 1111 10110 11001 10011 11001 1000011

Color Harmonies of #BFA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA295

Black with #BFA295

Text Example


Text Example

White with #BFA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA295; }

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

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

background-color css

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

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

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

border-color css

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

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

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