Html Css Color HEX #BBA197 Del Rio

📋 copy color: '#BBA197'

red 187 ◦ green 161 ◦ blue 151

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

Shades of Del Rio #BBA197

Tints of Del Rio #BBA197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.26%

R = 37.47%
G = 32.26%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA197 (or 0xBBA197) is known color: Del Rio. HEX triplet: BB, A1 and 97. RGB value is (187,161,151). Sum of RGB (Red+Green+Blue) = 187+161+151=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA197 is #445E68. Grayscale: #A7A7A7. Windows color (decimal): -4480617 or 9937339. OLE color: 9937339.

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

Color convert

RGB 187 161 151 -
CMYK 0 0.14 0.19 0.27
HSL 16.67º 0.21% 0.66% -
HSV(B) 16.67º 0.19% 0.73% -
XYZ 38.82 38.29 34.62 -
YUV 167.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 187 161 151 0 0.14 0.19 0.27 16.67 0.21 0.66
Hex BB A1 97 0 E 13 1B 11 15 42
Octal 273 241 227 0 16 23 33 21 25 102
Binary 10111011 10100001 10010111 0 1110 10011 11011 10001 10101 1000010

Color Harmonies of #BBA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA197

Black with #BBA197

Text Example


Text Example

White with #BBA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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