Html Css Color HEX #BB787A Turkish Rose

📋 copy color: '#BB787A'

red 187 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #BB787A

Tints of Turkish Rose #BB787A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 43.59%
G = 27.97%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB787A (or 0xBB787A) is known color: Turkish Rose. HEX triplet: BB, 78 and 7A. RGB value is (187,120,122). Sum of RGB (Red+Green+Blue) = 187+120+122=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB787A is #448785. Grayscale: #8C8C8C. Windows color (decimal): -4491142 or 8026299. OLE color: 8026299.

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

Color convert

RGB 187 120 122 -
CMYK 0 0.36 0.35 0.27
HSL 358.21º 0.33% 0.6% -
HSV(B) 358.21º 0.36% 0.73% -
XYZ 30.72 25.4 21.7 -
YUV 140.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 187 120 122 0 0.36 0.35 0.27 358.21 0.33 0.6
Hex BB 78 7A 0 24 23 1B 166 21 3C
Octal 273 170 172 0 44 43 33 546 41 74
Binary 10111011 1111000 1111010 0 100100 100011 11011 101100110 100001 111100

Color Harmonies of #BB787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB787A

Black with #BB787A

Text Example


Text Example

White with #BB787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB787A; }

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

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

background-color css

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

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

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

border-color css

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

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

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