Html Css Color HEX #BB787B Turkish Rose

📋 copy color: '#BB787B'

red 187 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #BB787B

Tints of Turkish Rose #BB787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

 BLUE value IS 123 (48.44% from 255) = 28.6%

R = 43.49%
G = 27.91%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB787B (or 0xBB787B) is known color: Turkish Rose. HEX triplet: BB, 78 and 7B. RGB value is (187,120,123). Sum of RGB (Red+Green+Blue) = 187+120+123=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB787B is #448784. Grayscale: #8C8C8C. Windows color (decimal): -4491141 or 8091835. OLE color: 8091835.

HSL color Cylindrical-coordinate representation of color #BB787B: hue angle of 357.31º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB787B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 120 123 -
CMYK 0 0.36 0.34 0.27
HSL 357.31º 0.33% 0.6% -
HSV(B) 357.31º 0.36% 0.73% -
XYZ 30.79 25.43 22.02 -
YUV 140.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 187 120 123 0 0.36 0.34 0.27 357.31 0.33 0.6
Hex BB 78 7B 0 24 22 1B 165 21 3C
Octal 273 170 173 0 44 42 33 545 41 74
Binary 10111011 1111000 1111011 0 100100 100010 11011 101100101 100001 111100

Color Harmonies of #BB787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB787B

Black with #BB787B

Text Example


Text Example

White with #BB787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB787B; }

 p { color: rgb(187,120,123); }

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

background-color css

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

 a { background-color: rgb(187,120,123); }

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

border-color css

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

 span { border-color: rgb(187,120,123); }

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