Html Css Color HEX #BB9A8A Del Rio

📋 copy color: '#BB9A8A'

red 187 ◦ green 154 ◦ blue 138

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

Shades of Del Rio #BB9A8A

Tints of Del Rio #BB9A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 39.04%
G = 32.15%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB9A8A (or 0xBB9A8A) is known color: Del Rio. HEX triplet: BB, 9A and 8A. RGB value is (187,154,138). Sum of RGB (Red+Green+Blue) = 187+154+138=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A8A is #446575. Grayscale: #A2A2A2. Windows color (decimal): -4482422 or 9083579. OLE color: 9083579.

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

Color convert

RGB 187 154 138 -
CMYK 0 0.18 0.26 0.27
HSL 19.59º 0.26% 0.64% -
HSV(B) 19.59º 0.26% 0.73% -
XYZ 36.64 35.51 28.97 -
YUV 162.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 187 154 138 0 0.18 0.26 0.27 19.59 0.26 0.64
Hex BB 9A 8A 0 12 1A 1B 14 1A 40
Octal 273 232 212 0 22 32 33 24 32 100
Binary 10111011 10011010 10001010 0 10010 11010 11011 10100 11010 1000000

Color Harmonies of #BB9A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A8A

Black with #BB9A8A

Text Example


Text Example

White with #BB9A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A8A; }

 p { color: rgb(187,154,138); }

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

background-color css

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

 a { background-color: rgb(187,154,138); }

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

border-color css

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

 span { border-color: rgb(187,154,138); }

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