Html Css Color HEX #B2787B Turkish Rose

📋 copy color: '#B2787B'

red 178 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #B2787B

Tints of Turkish Rose #B2787B

RGB

 RED value IS 178 (69.92% from 255) = 42.28%

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

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

R = 42.28%
G = 28.5%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2787B (or 0xB2787B) is known color: Turkish Rose. HEX triplet: B2, 78 and 7B. RGB value is (178,120,123). Sum of RGB (Red+Green+Blue) = 178+120+123=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2787B is #4D8784. Grayscale: #898989. Windows color (decimal): -5080965 or 8091826. OLE color: 8091826.

HSL color Cylindrical-coordinate representation of color #B2787B: hue angle of 356.9º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2787B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 123 -
CMYK 0 0.33 0.31 0.30
HSL 356.9º 0.27% 0.58% -
HSV(B) 356.9º 0.33% 0.7% -
XYZ 28.65 24.33 21.92 -
YUV 137.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 178 120 123 0 0.33 0.31 0.30 356.9 0.27 0.58
Hex B2 78 7B 0 21 1F 1E 165 1B 3A
Octal 262 170 173 0 41 37 36 545 33 72
Binary 10110010 1111000 1111011 0 100001 11111 11110 101100101 11011 111010

Color Harmonies of #B2787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2787B

Black with #B2787B

Text Example


Text Example

White with #B2787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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