Html Css Color HEX #BFA092 Del Rio

📋 copy color: '#BFA092'

red 191 ◦ green 160 ◦ blue 146

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

Shades of Del Rio #BFA092

Tints of Del Rio #BFA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 38.43%
G = 32.19%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BFA092 (or 0xBFA092) is known color: Del Rio. HEX triplet: BF, A0 and 92. RGB value is (191,160,146). Sum of RGB (Red+Green+Blue) = 191+160+146=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA092 is #405F6D. Grayscale: #A7A7A7. Windows color (decimal): -4218734 or 9609407. OLE color: 9609407.

HSL color Cylindrical-coordinate representation of color #BFA092: hue angle of 18.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFA092 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 146 -
CMYK 0 0.16 0.24 0.25
HSL 18.67º 0.26% 0.66% -
HSV(B) 18.67º 0.24% 0.75% -
XYZ 39.24 38.29 32.52 -
YUV 167.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 191 160 146 0 0.16 0.24 0.25 18.67 0.26 0.66
Hex BF A0 92 0 10 18 19 13 1A 42
Octal 277 240 222 0 20 30 31 23 32 102
Binary 10111111 10100000 10010010 0 10000 11000 11001 10011 11010 1000010

Color Harmonies of #BFA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA092

Black with #BFA092

Text Example


Text Example

White with #BFA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA092; }

 p { color: rgb(191,160,146); }

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

background-color css

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

 a { background-color: rgb(191,160,146); }

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

border-color css

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

 span { border-color: rgb(191,160,146); }

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