Html Css Color HEX #BBA095 Del Rio

📋 copy color: '#BBA095'

red 187 ◦ green 160 ◦ blue 149

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

Shades of Del Rio #BBA095

Tints of Del Rio #BBA095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 37.7%
G = 32.26%
B = 30.04%

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

#BBA095 (or 0xBBA095) is known color: Del Rio. HEX triplet: BB, A0 and 95. RGB value is (187,160,149). Sum of RGB (Red+Green+Blue) = 187+160+149=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA095 is #445F6A. Grayscale: #A6A6A6. Windows color (decimal): -4480875 or 9806011. OLE color: 9806011.

HSL color Cylindrical-coordinate representation of color #BBA095: hue angle of 17.37º degrees, saturation: 0.22, 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 #BBA095 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 149 -
CMYK 0 0.14 0.20 0.27
HSL 17.37º 0.22% 0.66% -
HSV(B) 17.37º 0.2% 0.73% -
XYZ 38.49 37.88 33.72 -
YUV 166.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 187 160 149 0 0.14 0.20 0.27 17.37 0.22 0.66
Hex BB A0 95 0 E 14 1B 11 16 42
Octal 273 240 225 0 16 24 33 21 26 102
Binary 10111011 10100000 10010101 0 1110 10100 11011 10001 10110 1000010

Color Harmonies of #BBA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA095

Black with #BBA095

Text Example


Text Example

White with #BBA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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