Html Css Color HEX #BBA092 Del Rio

📋 copy color: '#BBA092'

red 187 ◦ green 160 ◦ blue 146

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

Shades of Del Rio #BBA092

Tints of Del Rio #BBA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.45%

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

R = 37.93%
G = 32.45%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA092 (or 0xBBA092) is known color: Del Rio. HEX triplet: BB, A0 and 92. RGB value is (187,160,146). Sum of RGB (Red+Green+Blue) = 187+160+146=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA092 is #445F6D. Grayscale: #A6A6A6. Windows color (decimal): -4480878 or 9609403. OLE color: 9609403.

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

Color convert

RGB 187 160 146 -
CMYK 0 0.14 0.22 0.27
HSL 20.49º 0.23% 0.65% -
HSV(B) 20.49º 0.22% 0.73% -
XYZ 38.25 37.78 32.47 -
YUV 166.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 187 160 146 0 0.14 0.22 0.27 20.49 0.23 0.65
Hex BB A0 92 0 E 16 1B 14 17 41
Octal 273 240 222 0 16 26 33 24 27 101
Binary 10111011 10100000 10010010 0 1110 10110 11011 10100 10111 1000001

Color Harmonies of #BBA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA092

Black with #BBA092

Text Example


Text Example

White with #BBA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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