Html Css Color HEX #BBA191 Del Rio

📋 copy color: '#BBA191'

red 187 ◦ green 161 ◦ blue 145

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

Shades of Del Rio #BBA191

Tints of Del Rio #BBA191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.41%

R = 37.93%
G = 32.66%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA191 (or 0xBBA191) is known color: Del Rio. HEX triplet: BB, A1 and 91. RGB value is (187,161,145). Sum of RGB (Red+Green+Blue) = 187+161+145=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA191 is #445E6E. Grayscale: #A7A7A7. Windows color (decimal): -4480623 or 9544123. OLE color: 9544123.

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

Color convert

RGB 187 161 145 -
CMYK 0 0.14 0.22 0.27
HSL 22.86º 0.24% 0.65% -
HSV(B) 22.86º 0.22% 0.73% -
XYZ 38.35 38.1 32.12 -
YUV 166.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 187 161 145 0 0.14 0.22 0.27 22.86 0.24 0.65
Hex BB A1 91 0 E 16 1B 17 18 41
Octal 273 241 221 0 16 26 33 27 30 101
Binary 10111011 10100001 10010001 0 1110 10110 11011 10111 11000 1000001

Color Harmonies of #BBA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA191

Black with #BBA191

Text Example


Text Example

White with #BBA191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA191; }

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

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

background-color css

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

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

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

border-color css

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

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

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