Html Css Color HEX #B0787D Turkish Rose

📋 copy color: '#B0787D'

red 176 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #B0787D

Tints of Turkish Rose #B0787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 41.81%
G = 28.5%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0787D (or 0xB0787D) is known color: Turkish Rose. HEX triplet: B0, 78 and 7D. RGB value is (176,120,125). Sum of RGB (Red+Green+Blue) = 176+120+125=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0787D is #4F8782. Grayscale: #898989. Windows color (decimal): -5212035 or 8222896. OLE color: 8222896.

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

Color convert

RGB 176 120 125 -
CMYK 0 0.32 0.29 0.31
HSL 354.64º 0.26% 0.58% -
HSV(B) 354.64º 0.32% 0.69% -
XYZ 28.32 24.14 22.57 -
YUV 137.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 176 120 125 0 0.32 0.29 0.31 354.64 0.26 0.58
Hex B0 78 7D 0 20 1D 1F 163 1A 3A
Octal 260 170 175 0 40 35 37 543 32 72
Binary 10110000 1111000 1111101 0 100000 11101 11111 101100011 11010 111010

Color Harmonies of #B0787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0787D

Black with #B0787D

Text Example


Text Example

White with #B0787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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