Html Css Color HEX #B0787B Turkish Rose

📋 copy color: '#B0787B'

red 176 ◦ green 120 ◦ blue 123

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

Shades of Turkish Rose #B0787B

Tints of Turkish Rose #B0787B

RGB

 RED value IS 176 (69.14% from 255) = 42%

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

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

R = 42%
G = 28.64%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0787B (or 0xB0787B) is known color: Turkish Rose. HEX triplet: B0, 78 and 7B. RGB value is (176,120,123). Sum of RGB (Red+Green+Blue) = 176+120+123=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0787B is #4F8784. Grayscale: #898989. Windows color (decimal): -5212037 or 8091824. OLE color: 8091824.

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

Color convert

RGB 176 120 123 -
CMYK 0 0.32 0.30 0.31
HSL 356.79º 0.26% 0.58% -
HSV(B) 356.79º 0.32% 0.69% -
XYZ 28.2 24.09 21.9 -
YUV 137.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 176 120 123 0 0.32 0.30 0.31 356.79 0.26 0.58
Hex B0 78 7B 0 20 1E 1F 165 1A 3A
Octal 260 170 173 0 40 36 37 545 32 72
Binary 10110000 1111000 1111011 0 100000 11110 11111 101100101 11010 111010

Color Harmonies of #B0787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0787B

Black with #B0787B

Text Example


Text Example

White with #B0787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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