Html Css Color HEX #BFA392 Del Rio

📋 copy color: '#BFA392'

red 191 ◦ green 163 ◦ blue 146

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

Shades of Del Rio #BFA392

Tints of Del Rio #BFA392

RGB

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

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

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

R = 38.2%
G = 32.6%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BFA392 (or 0xBFA392) is known color: Del Rio. HEX triplet: BF, A3 and 92. RGB value is (191,163,146). Sum of RGB (Red+Green+Blue) = 191+163+146=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA392 is #405C6D. Grayscale: #A9A9A9. Windows color (decimal): -4217966 or 9610175. OLE color: 9610175.

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

Color convert

RGB 191 163 146 -
CMYK 0 0.15 0.24 0.25
HSL 22.67º 0.26% 0.66% -
HSV(B) 22.67º 0.24% 0.75% -
XYZ 39.77 39.35 32.69 -
YUV 169.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 191 163 146 0 0.15 0.24 0.25 22.67 0.26 0.66
Hex BF A3 92 0 F 18 19 17 1A 42
Octal 277 243 222 0 17 30 31 27 32 102
Binary 10111111 10100011 10010010 0 1111 11000 11001 10111 11010 1000010

Color Harmonies of #BFA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA392

Black with #BFA392

Text Example


Text Example

White with #BFA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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