Html Css Color HEX #BB9D8A Del Rio

📋 copy color: '#BB9D8A'

red 187 ◦ green 157 ◦ blue 138

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

Shades of Del Rio #BB9D8A

Tints of Del Rio #BB9D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

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

R = 38.8%
G = 32.57%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB9D8A (or 0xBB9D8A) is known color: Del Rio. HEX triplet: BB, 9D and 8A. RGB value is (187,157,138). Sum of RGB (Red+Green+Blue) = 187+157+138=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D8A is #446275. Grayscale: #A3A3A3. Windows color (decimal): -4481654 or 9084347. OLE color: 9084347.

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

Color convert

RGB 187 157 138 -
CMYK 0 0.16 0.26 0.27
HSL 23.27º 0.26% 0.64% -
HSV(B) 23.27º 0.26% 0.73% -
XYZ 37.14 36.51 29.14 -
YUV 163.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 187 157 138 0 0.16 0.26 0.27 23.27 0.26 0.64
Hex BB 9D 8A 0 10 1A 1B 17 1A 40
Octal 273 235 212 0 20 32 33 27 32 100
Binary 10111011 10011101 10001010 0 10000 11010 11011 10111 11010 1000000

Color Harmonies of #BB9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9D8A

Black with #BB9D8A

Text Example


Text Example

White with #BB9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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