Html Css Color HEX #BBA296 Del Rio

📋 copy color: '#BBA296'

red 187 ◦ green 162 ◦ blue 150

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

Shades of Del Rio #BBA296

Tints of Del Rio #BBA296

RGB

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

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

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

R = 37.47%
G = 32.46%
B = 30.06%

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

#BBA296 (or 0xBBA296) is known color: Del Rio. HEX triplet: BB, A2 and 96. RGB value is (187,162,150). Sum of RGB (Red+Green+Blue) = 187+162+150=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA296 is #445D69. Grayscale: #A8A8A8. Windows color (decimal): -4480362 or 9872059. OLE color: 9872059.

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

Color convert

RGB 187 162 150 -
CMYK 0 0.13 0.20 0.27
HSL 19.46º 0.21% 0.66% -
HSV(B) 19.46º 0.2% 0.73% -
XYZ 38.92 38.61 34.25 -
YUV 168.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 187 162 150 0 0.13 0.20 0.27 19.46 0.21 0.66
Hex BB A2 96 0 D 14 1B 13 15 42
Octal 273 242 226 0 15 24 33 23 25 102
Binary 10111011 10100010 10010110 0 1101 10100 11011 10011 10101 1000010

Color Harmonies of #BBA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA296

Black with #BBA296

Text Example


Text Example

White with #BBA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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