Html Css Color HEX #B2797B Turkish Rose

📋 copy color: '#B2797B'

red 178 ◦ green 121 ◦ blue 123

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

Shades of Turkish Rose #B2797B

Tints of Turkish Rose #B2797B

RGB

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

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

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

R = 42.18%
G = 28.67%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2797B (or 0xB2797B) is known color: Turkish Rose. HEX triplet: B2, 79 and 7B. RGB value is (178,121,123). Sum of RGB (Red+Green+Blue) = 178+121+123=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2797B is #4D8684. Grayscale: #8A8A8A. Windows color (decimal): -5080709 or 8092082. OLE color: 8092082.

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

Color convert

RGB 178 121 123 -
CMYK 0 0.32 0.31 0.30
HSL 357.89º 0.27% 0.59% -
HSV(B) 357.89º 0.32% 0.7% -
XYZ 28.77 24.57 21.96 -
YUV 138.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 178 121 123 0 0.32 0.31 0.30 357.89 0.27 0.59
Hex B2 79 7B 0 20 1F 1E 166 1B 3B
Octal 262 171 173 0 40 37 36 546 33 73
Binary 10110010 1111001 1111011 0 100000 11111 11110 101100110 11011 111011

Color Harmonies of #B2797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2797B

Black with #B2797B

Text Example


Text Example

White with #B2797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2797B; }

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

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

background-color css

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

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

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

border-color css

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

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

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