Html Css Color HEX #BBA193 Del Rio

📋 copy color: '#BBA193'

red 187 ◦ green 161 ◦ blue 147

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

Shades of Del Rio #BBA193

Tints of Del Rio #BBA193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 37.78%
G = 32.53%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA193 (or 0xBBA193) is known color: Del Rio. HEX triplet: BB, A1 and 93. RGB value is (187,161,147). Sum of RGB (Red+Green+Blue) = 187+161+147=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA193 is #445E6C. Grayscale: #A7A7A7. Windows color (decimal): -4480621 or 9675195. OLE color: 9675195.

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

Color convert

RGB 187 161 147 -
CMYK 0 0.14 0.21 0.27
HSL 21º 0.23% 0.65% -
HSV(B) 21º 0.21% 0.73% -
XYZ 38.5 38.16 32.94 -
YUV 167.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 187 161 147 0 0.14 0.21 0.27 21 0.23 0.65
Hex BB A1 93 0 E 15 1B 15 17 41
Octal 273 241 223 0 16 25 33 25 27 101
Binary 10111011 10100001 10010011 0 1110 10101 11011 10101 10111 1000001

Color Harmonies of #BBA193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA193

Black with #BBA193

Text Example


Text Example

White with #BBA193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA193; }

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

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

background-color css

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

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

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

border-color css

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

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

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