Html Css Color HEX #BB8985 Oriental Pink

📋 copy color: '#BB8985'

red 187 ◦ green 137 ◦ blue 133

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

Shades of Oriental Pink #BB8985

Tints of Oriental Pink #BB8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 40.92%
G = 29.98%
B = 29.1%

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

#BB8985 (or 0xBB8985) is known color: Oriental Pink. HEX triplet: BB, 89 and 85. RGB value is (187,137,133). Sum of RGB (Red+Green+Blue) = 187+137+133=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8985 is #44767A. Grayscale: #979797. Windows color (decimal): -4486779 or 8751547. OLE color: 8751547.

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

Color convert

RGB 187 137 133 -
CMYK 0 0.27 0.29 0.27
HSL 4.44º 0.28% 0.63% -
HSV(B) 4.44º 0.29% 0.73% -
XYZ 33.67 30.15 26.24 -
YUV 151.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 187 137 133 0 0.27 0.29 0.27 4.44 0.28 0.63
Hex BB 89 85 0 1B 1D 1B 4 1C 3F
Octal 273 211 205 0 33 35 33 4 34 77
Binary 10111011 10001001 10000101 0 11011 11101 11011 100 11100 111111

Color Harmonies of #BB8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8985

Black with #BB8985

Text Example


Text Example

White with #BB8985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8985; }

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

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

background-color css

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

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

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

border-color css

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

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

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