Html Css Color HEX #B5787A Turkish Rose

📋 copy color: '#B5787A'

red 181 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #B5787A

Tints of Turkish Rose #B5787A

RGB

 RED value IS 181 (71.09% from 255) = 42.79%

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

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

R = 42.79%
G = 28.37%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5787A (or 0xB5787A) is known color: Turkish Rose. HEX triplet: B5, 78 and 7A. RGB value is (181,120,122). Sum of RGB (Red+Green+Blue) = 181+120+122=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5787A is #4A8785. Grayscale: #8A8A8A. Windows color (decimal): -4884358 or 8026293. OLE color: 8026293.

HSL color Cylindrical-coordinate representation of color #B5787A: hue angle of 358.03º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5787A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 120 122 -
CMYK 0 0.34 0.33 0.29
HSL 358.03º 0.29% 0.59% -
HSV(B) 358.03º 0.34% 0.71% -
XYZ 29.29 24.66 21.63 -
YUV 138.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 181 120 122 0 0.34 0.33 0.29 358.03 0.29 0.59
Hex B5 78 7A 0 22 21 1D 166 1D 3B
Octal 265 170 172 0 42 41 35 546 35 73
Binary 10110101 1111000 1111010 0 100010 100001 11101 101100110 11101 111011

Color Harmonies of #B5787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5787A

Black with #B5787A

Text Example


Text Example

White with #B5787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5787A; }

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

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

background-color css

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

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

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

border-color css

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

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

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