Html Css Color HEX #BFA296 Del Rio

📋 copy color: '#BFA296'

red 191 ◦ green 162 ◦ blue 150

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

Shades of Del Rio #BFA296

Tints of Del Rio #BFA296

RGB

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

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

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

R = 37.97%
G = 32.21%
B = 29.82%

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

#BFA296 (or 0xBFA296) is known color: Del Rio. HEX triplet: BF, A2 and 96. RGB value is (191,162,150). Sum of RGB (Red+Green+Blue) = 191+162+150=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA296 is #405D69. Grayscale: #A9A9A9. Windows color (decimal): -4218218 or 9872063. OLE color: 9872063.

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

Color convert

RGB 191 162 150 -
CMYK 0 0.15 0.21 0.25
HSL 17.56º 0.24% 0.67% -
HSV(B) 17.56º 0.21% 0.75% -
XYZ 39.91 39.12 34.3 -
YUV 169.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 191 162 150 0 0.15 0.21 0.25 17.56 0.24 0.67
Hex BF A2 96 0 F 15 19 12 18 43
Octal 277 242 226 0 17 25 31 22 30 103
Binary 10111111 10100010 10010110 0 1111 10101 11001 10010 11000 1000011

Color Harmonies of #BFA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA296

Black with #BFA296

Text Example


Text Example

White with #BFA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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