Html Css Color HEX #BBA396 Del Rio

📋 copy color: '#BBA396'

red 187 ◦ green 163 ◦ blue 150

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

Shades of Del Rio #BBA396

Tints of Del Rio #BBA396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.6%

 BLUE value IS 150 (58.98% from 255) = 30%

R = 37.4%
G = 32.6%
B = 30%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBA396 (or 0xBBA396) is known color: Del Rio. HEX triplet: BB, A3 and 96. RGB value is (187,163,150). Sum of RGB (Red+Green+Blue) = 187+163+150=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA396 is #445C69. Grayscale: #A8A8A8. Windows color (decimal): -4480106 or 9872315. OLE color: 9872315.

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

Color convert

RGB 187 163 150 -
CMYK 0 0.13 0.20 0.27
HSL 21.08º 0.21% 0.66% -
HSV(B) 21.08º 0.2% 0.73% -
XYZ 39.1 38.96 34.31 -
YUV 168.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 187 163 150 0 0.13 0.20 0.27 21.08 0.21 0.66
Hex BB A3 96 0 D 14 1B 15 15 42
Octal 273 243 226 0 15 24 33 25 25 102
Binary 10111011 10100011 10010110 0 1101 10100 11011 10101 10101 1000010

Color Harmonies of #BBA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA396

Black with #BBA396

Text Example


Text Example

White with #BBA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA396; }

 p { color: rgb(187,163,150); }

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

background-color css

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

 a { background-color: rgb(187,163,150); }

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

border-color css

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

 span { border-color: rgb(187,163,150); }

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