Html Css Color HEX #B5797B Turkish Rose

📋 copy color: '#B5797B'

red 181 ◦ green 121 ◦ blue 123

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

Shades of Turkish Rose #B5797B

Tints of Turkish Rose #B5797B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

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

R = 42.59%
G = 28.47%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5797B (or 0xB5797B) is known color: Turkish Rose. HEX triplet: B5, 79 and 7B. RGB value is (181,121,123). Sum of RGB (Red+Green+Blue) = 181+121+123=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5797B is #4A8684. Grayscale: #8B8B8B. Windows color (decimal): -4884101 or 8092085. OLE color: 8092085.

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

Color convert

RGB 181 121 123 -
CMYK 0 0.33 0.32 0.29
HSL 358º 0.29% 0.59% -
HSV(B) 358º 0.33% 0.71% -
XYZ 29.47 24.93 22 -
YUV 139.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 181 121 123 0 0.33 0.32 0.29 358 0.29 0.59
Hex B5 79 7B 0 21 20 1D 166 1D 3B
Octal 265 171 173 0 41 40 35 546 35 73
Binary 10110101 1111001 1111011 0 100001 100000 11101 101100110 11101 111011

Color Harmonies of #B5797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5797B

Black with #B5797B

Text Example


Text Example

White with #B5797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5797B; }

 p { color: rgb(181,121,123); }

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

background-color css

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

 a { background-color: rgb(181,121,123); }

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

border-color css

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

 span { border-color: rgb(181,121,123); }

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