#BBA18F

Color #BBA18F Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BBA18F

Tints of Del Rio #BBA18F

Color information

#BBA18F (or 0xBBA18F) is unknown color: approx Del Rio. HEX triplet: BB, A1 and 8F. RGB value is (187,161,143). Sum of RGB (Red+Green+Blue) = 187+161+143=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA18F is #445E70. Grayscale: #A6A6A6. Windows color (decimal): -4480625 or 9413051. OLE color: 9413051.

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

Color convert

RGB187161143-
CMYK00.140.240.27
HSL24.55º24.44%64.71%-
HSV(B)24.55º23.53%73.33%-
XYZ38.238.0431.32-
YUV166.72114.61142.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=38.09%
G=32.79%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716114300.140.240.2724.5524.4464.71
HexBBA18F0E181B191841
Octal27324121701630333130101
Binary10111011101000011000111101110110001101111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA18F; }

 p { color: rgb(187,161,143); }

 H1.HeaderClassName
 {
   color: #BBA18F;
 }
 .AnyTagClassName
 {
   color: #BBA18F;
 }
</style>
background-color css

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

 a { background-color: rgb(187,161,143); }

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

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

 span { border-color: rgb(187,161,143); }

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