Html Css Color HEX #BBA392 Del Rio

📋 copy color: '#BBA392'

red 187 ◦ green 163 ◦ blue 146

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

Shades of Del Rio #BBA392

Tints of Del Rio #BBA392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 37.7%
G = 32.86%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA392 (or 0xBBA392) is known color: Del Rio. HEX triplet: BB, A3 and 92. RGB value is (187,163,146). Sum of RGB (Red+Green+Blue) = 187+163+146=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA392 is #445C6D. Grayscale: #A8A8A8. Windows color (decimal): -4480110 or 9610171. OLE color: 9610171.

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

Color convert

RGB 187 163 146 -
CMYK 0 0.13 0.22 0.27
HSL 24.88º 0.23% 0.65% -
HSV(B) 24.88º 0.22% 0.73% -
XYZ 38.78 38.83 32.65 -
YUV 168.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 187 163 146 0 0.13 0.22 0.27 24.88 0.23 0.65
Hex BB A3 92 0 D 16 1B 19 17 41
Octal 273 243 222 0 15 26 33 31 27 101
Binary 10111011 10100011 10010010 0 1101 10110 11011 11001 10111 1000001

Color Harmonies of #BBA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA392

Black with #BBA392

Text Example


Text Example

White with #BBA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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