Html Css Color HEX #BBA194 Del Rio

📋 copy color: '#BBA194'

red 187 ◦ green 161 ◦ blue 148

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

Shades of Del Rio #BBA194

Tints of Del Rio #BBA194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.84%

R = 37.7%
G = 32.46%
B = 29.84%

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

#BBA194 (or 0xBBA194) is known color: Del Rio. HEX triplet: BB, A1 and 94. RGB value is (187,161,148). Sum of RGB (Red+Green+Blue) = 187+161+148=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA194 is #445E6B. Grayscale: #A7A7A7. Windows color (decimal): -4480620 or 9740731. OLE color: 9740731.

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

Color convert

RGB 187 161 148 -
CMYK 0 0.14 0.21 0.27
HSL 20º 0.22% 0.66% -
HSV(B) 20º 0.21% 0.73% -
XYZ 38.58 38.19 33.36 -
YUV 167.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 187 161 148 0 0.14 0.21 0.27 20 0.22 0.66
Hex BB A1 94 0 E 15 1B 14 16 42
Octal 273 241 224 0 16 25 33 24 26 102
Binary 10111011 10100001 10010100 0 1110 10101 11011 10100 10110 1000010

Color Harmonies of #BBA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA194

Black with #BBA194

Text Example


Text Example

White with #BBA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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