Html Css Color HEX #BFA396 Del Rio

📋 copy color: '#BFA396'

red 191 ◦ green 163 ◦ blue 150

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

Shades of Del Rio #BFA396

Tints of Del Rio #BFA396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 37.9%
G = 32.34%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BFA396 (or 0xBFA396) is known color: Del Rio. HEX triplet: BF, A3 and 96. RGB value is (191,163,150). Sum of RGB (Red+Green+Blue) = 191+163+150=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA396 is #405C69. Grayscale: #A9A9A9. Windows color (decimal): -4217962 or 9872319. OLE color: 9872319.

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

Color convert

RGB 191 163 150 -
CMYK 0 0.15 0.21 0.25
HSL 19.02º 0.24% 0.67% -
HSV(B) 19.02º 0.21% 0.75% -
XYZ 40.09 39.47 34.36 -
YUV 169.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 191 163 150 0 0.15 0.21 0.25 19.02 0.24 0.67
Hex BF A3 96 0 F 15 19 13 18 43
Octal 277 243 226 0 17 25 31 23 30 103
Binary 10111111 10100011 10010110 0 1111 10101 11001 10011 11000 1000011

Color Harmonies of #BFA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA396

Black with #BFA396

Text Example


Text Example

White with #BFA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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