Html Css Color HEX #BBA096 Del Rio

📋 copy color: '#BBA096'

red 187 ◦ green 160 ◦ blue 150

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

Shades of Del Rio #BBA096

Tints of Del Rio #BBA096

RGB

 RED value IS 187 (73.44% from 255) = 37.63%

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

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

R = 37.63%
G = 32.19%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBA096 (or 0xBBA096) is known color: Del Rio. HEX triplet: BB, A0 and 96. RGB value is (187,160,150). Sum of RGB (Red+Green+Blue) = 187+160+150=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA096 is #445F69. Grayscale: #A7A7A7. Windows color (decimal): -4480874 or 9871547. OLE color: 9871547.

HSL color Cylindrical-coordinate representation of color #BBA096: hue angle of 16.22º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA096 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 150 -
CMYK 0 0.14 0.20 0.27
HSL 16.22º 0.21% 0.66% -
HSV(B) 16.22º 0.2% 0.73% -
XYZ 38.57 37.91 34.14 -
YUV 166.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 187 160 150 0 0.14 0.20 0.27 16.22 0.21 0.66
Hex BB A0 96 0 E 14 1B 10 15 42
Octal 273 240 226 0 16 24 33 20 25 102
Binary 10111011 10100000 10010110 0 1110 10100 11011 10000 10101 1000010

Color Harmonies of #BBA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA096

Black with #BBA096

Text Example


Text Example

White with #BBA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA096; }

 p { color: rgb(187,160,150); }

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

background-color css

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

 a { background-color: rgb(187,160,150); }

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

border-color css

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

 span { border-color: rgb(187,160,150); }

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