Html Css Color HEX #BB8885 Oriental Pink

📋 copy color: '#BB8885'

red 187 ◦ green 136 ◦ blue 133

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

Shades of Oriental Pink #BB8885

Tints of Oriental Pink #BB8885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.82%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 41.01%
G = 29.82%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB8885 (or 0xBB8885) is known color: Oriental Pink. HEX triplet: BB, 88 and 85. RGB value is (187,136,133). Sum of RGB (Red+Green+Blue) = 187+136+133=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8885 is #44777A. Grayscale: #969696. Windows color (decimal): -4487035 or 8751291. OLE color: 8751291.

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

Color convert

RGB 187 136 133 -
CMYK 0 0.27 0.29 0.27
HSL 3.33º 0.28% 0.63% -
HSV(B) 3.33º 0.29% 0.73% -
XYZ 33.53 29.87 26.19 -
YUV 150.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 187 136 133 0 0.27 0.29 0.27 3.33 0.28 0.63
Hex BB 88 85 0 1B 1D 1B 3 1C 3F
Octal 273 210 205 0 33 35 33 3 34 77
Binary 10111011 10001000 10000101 0 11011 11101 11011 11 11100 111111

Color Harmonies of #BB8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8885

Black with #BB8885

Text Example


Text Example

White with #BB8885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8885; }

 p { color: rgb(187,136,133); }

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

background-color css

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

 a { background-color: rgb(187,136,133); }

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

border-color css

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

 span { border-color: rgb(187,136,133); }

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