Html Css Color HEX #B2797D Turkish Rose

📋 copy color: '#B2797D'

red 178 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #B2797D

Tints of Turkish Rose #B2797D

RGB

 RED value IS 178 (69.92% from 255) = 41.98%

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

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

R = 41.98%
G = 28.54%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2797D (or 0xB2797D) is known color: Turkish Rose. HEX triplet: B2, 79 and 7D. RGB value is (178,121,125). Sum of RGB (Red+Green+Blue) = 178+121+125=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2797D is #4D8682. Grayscale: #8A8A8A. Windows color (decimal): -5080707 or 8223154. OLE color: 8223154.

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

Color convert

RGB 178 121 125 -
CMYK 0 0.32 0.30 0.30
HSL 355.79º 0.27% 0.59% -
HSV(B) 355.79º 0.32% 0.7% -
XYZ 28.9 24.62 22.63 -
YUV 138.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 178 121 125 0 0.32 0.30 0.30 355.79 0.27 0.59
Hex B2 79 7D 0 20 1E 1E 164 1B 3B
Octal 262 171 175 0 40 36 36 544 33 73
Binary 10110010 1111001 1111101 0 100000 11110 11110 101100100 11011 111011

Color Harmonies of #B2797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2797D

Black with #B2797D

Text Example


Text Example

White with #B2797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2797D; }

 p { color: rgb(178,121,125); }

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

background-color css

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

 a { background-color: rgb(178,121,125); }

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

border-color css

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

 span { border-color: rgb(178,121,125); }

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