Html Css Color HEX #B5797A Turkish Rose

📋 copy color: '#B5797A'

red 181 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #B5797A

Tints of Turkish Rose #B5797A

RGB

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

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

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

R = 42.69%
G = 28.54%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5797A (or 0xB5797A) is known color: Turkish Rose. HEX triplet: B5, 79 and 7A. RGB value is (181,121,122). Sum of RGB (Red+Green+Blue) = 181+121+122=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5797A is #4A8685. Grayscale: #8B8B8B. Windows color (decimal): -4884102 or 8026549. OLE color: 8026549.

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

Color convert

RGB 181 121 122 -
CMYK 0 0.33 0.33 0.29
HSL 359º 0.29% 0.59% -
HSV(B) 359º 0.33% 0.71% -
XYZ 29.41 24.9 21.67 -
YUV 139.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 181 121 122 0 0.33 0.33 0.29 359 0.29 0.59
Hex B5 79 7A 0 21 21 1D 167 1D 3B
Octal 265 171 172 0 41 41 35 547 35 73
Binary 10110101 1111001 1111010 0 100001 100001 11101 101100111 11101 111011

Color Harmonies of #B5797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5797A

Black with #B5797A

Text Example


Text Example

White with #B5797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5797A; }

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

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

background-color css

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

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

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

border-color css

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

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

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