Html Css Color HEX #B2797A Turkish Rose

📋 copy color: '#B2797A'

red 178 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #B2797A

Tints of Turkish Rose #B2797A

RGB

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

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

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

R = 42.28%
G = 28.74%
B = 28.98%

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

#B2797A (or 0xB2797A) is known color: Turkish Rose. HEX triplet: B2, 79 and 7A. RGB value is (178,121,122). Sum of RGB (Red+Green+Blue) = 178+121+122=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2797A is #4D8685. Grayscale: #8A8A8A. Windows color (decimal): -5080710 or 8026546. OLE color: 8026546.

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

Color convert

RGB 178 121 122 -
CMYK 0 0.32 0.31 0.30
HSL 358.95º 0.27% 0.59% -
HSV(B) 358.95º 0.32% 0.7% -
XYZ 28.71 24.54 21.64 -
YUV 138.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 178 121 122 0 0.32 0.31 0.30 358.95 0.27 0.59
Hex B2 79 7A 0 20 1F 1E 167 1B 3B
Octal 262 171 172 0 40 37 36 547 33 73
Binary 10110010 1111001 1111010 0 100000 11111 11110 101100111 11011 111011

Color Harmonies of #B2797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2797A

Black with #B2797A

Text Example


Text Example

White with #B2797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2797A; }

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

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

background-color css

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

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

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

border-color css

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

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

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