Html Css Color HEX #BBA18F Del Rio

📋 copy color: '#BBA18F'

red 187 ◦ green 161 ◦ blue 143

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

Shades of Del Rio #BBA18F

Tints of Del Rio #BBA18F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.79%

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 38.09%
G = 32.79%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BBA18F (or 0xBBA18F) is known color: Del Rio. HEX triplet: BB, A1 and 8F. RGB value is (187,161,143). Sum of RGB (Red+Green+Blue) = 187+161+143=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA18F is #445E70. Grayscale: #A6A6A6. Windows color (decimal): -4480625 or 9413051. OLE color: 9413051.

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

Color convert

RGB 187 161 143 -
CMYK 0 0.14 0.24 0.27
HSL 24.55º 0.24% 0.65% -
HSV(B) 24.55º 0.24% 0.73% -
XYZ 38.2 38.04 31.32 -
YUV 166.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 187 161 143 0 0.14 0.24 0.27 24.55 0.24 0.65
Hex BB A1 8F 0 E 18 1B 19 18 41
Octal 273 241 217 0 16 30 33 31 30 101
Binary 10111011 10100001 10001111 0 1110 11000 11011 11001 11000 1000001

Color Harmonies of #BBA18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA18F

Black with #BBA18F

Text Example


Text Example

White with #BBA18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA18F; }

 p { color: rgb(187,161,143); }

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

background-color css

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

 a { background-color: rgb(187,161,143); }

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

border-color css

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

 span { border-color: rgb(187,161,143); }

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