Html Css Color HEX #BBA093 Del Rio

📋 copy color: '#BBA093'

red 187 ◦ green 160 ◦ blue 147

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

Shades of Del Rio #BBA093

Tints of Del Rio #BBA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 37.85%
G = 32.39%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBA093 (or 0xBBA093) is known color: Del Rio. HEX triplet: BB, A0 and 93. RGB value is (187,160,147). Sum of RGB (Red+Green+Blue) = 187+160+147=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA093 is #445F6C. Grayscale: #A6A6A6. Windows color (decimal): -4480877 or 9674939. OLE color: 9674939.

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

Color convert

RGB 187 160 147 -
CMYK 0 0.14 0.21 0.27
HSL 19.5º 0.23% 0.65% -
HSV(B) 19.5º 0.21% 0.73% -
XYZ 38.33 37.81 32.88 -
YUV 166.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 187 160 147 0 0.14 0.21 0.27 19.5 0.23 0.65
Hex BB A0 93 0 E 15 1B 14 17 41
Octal 273 240 223 0 16 25 33 24 27 101
Binary 10111011 10100000 10010011 0 1110 10101 11011 10100 10111 1000001

Color Harmonies of #BBA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA093

Black with #BBA093

Text Example


Text Example

White with #BBA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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