Html Css Color HEX #BBA294 Del Rio

📋 copy color: '#BBA294'

red 187 ◦ green 162 ◦ blue 148

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

Shades of Del Rio #BBA294

Tints of Del Rio #BBA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

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

R = 37.63%
G = 32.6%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA294 (or 0xBBA294) is known color: Del Rio. HEX triplet: BB, A2 and 94. RGB value is (187,162,148). Sum of RGB (Red+Green+Blue) = 187+162+148=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA294 is #445D6B. Grayscale: #A7A7A7. Windows color (decimal): -4480364 or 9740987. OLE color: 9740987.

HSL color Cylindrical-coordinate representation of color #BBA294: hue angle of 21.54º 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 #BBA294 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 148 -
CMYK 0 0.13 0.21 0.27
HSL 21.54º 0.22% 0.66% -
HSV(B) 21.54º 0.21% 0.73% -
XYZ 38.76 38.54 33.41 -
YUV 167.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 187 162 148 0 0.13 0.21 0.27 21.54 0.22 0.66
Hex BB A2 94 0 D 15 1B 16 16 42
Octal 273 242 224 0 15 25 33 26 26 102
Binary 10111011 10100010 10010100 0 1101 10101 11011 10110 10110 1000010

Color Harmonies of #BBA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA294

Black with #BBA294

Text Example


Text Example

White with #BBA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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