Html Css Color HEX #BB9A8B Del Rio

📋 copy color: '#BB9A8B'

red 187 ◦ green 154 ◦ blue 139

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

Shades of Del Rio #BB9A8B

Tints of Del Rio #BB9A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 38.96%
G = 32.08%
B = 28.96%

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

#BB9A8B (or 0xBB9A8B) is known color: Del Rio. HEX triplet: BB, 9A and 8B. RGB value is (187,154,139). Sum of RGB (Red+Green+Blue) = 187+154+139=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9A8B is #446574. Grayscale: #A2A2A2. Windows color (decimal): -4482421 or 9149115. OLE color: 9149115.

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

Color convert

RGB 187 154 139 -
CMYK 0 0.18 0.26 0.27
HSL 18.75º 0.26% 0.64% -
HSV(B) 18.75º 0.26% 0.73% -
XYZ 36.71 35.54 29.35 -
YUV 162.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 187 154 139 0 0.18 0.26 0.27 18.75 0.26 0.64
Hex BB 9A 8B 0 12 1A 1B 13 1A 40
Octal 273 232 213 0 22 32 33 23 32 100
Binary 10111011 10011010 10001011 0 10010 11010 11011 10011 11010 1000000

Color Harmonies of #BB9A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A8B

Black with #BB9A8B

Text Example


Text Example

White with #BB9A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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