Html Css Color HEX #B2727B Turkish Rose

📋 copy color: '#B2727B'

red 178 ◦ green 114 ◦ blue 123

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

Shades of Turkish Rose #B2727B

Tints of Turkish Rose #B2727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 42.89%
G = 27.47%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2727B (or 0xB2727B) is known color: Turkish Rose. HEX triplet: B2, 72 and 7B. RGB value is (178,114,123). Sum of RGB (Red+Green+Blue) = 178+114+123=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2727B is #4D8D84. Grayscale: #868686. Windows color (decimal): -5082501 or 8090290. OLE color: 8090290.

HSL color Cylindrical-coordinate representation of color #B2727B: hue angle of 351.56º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2727B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 123 -
CMYK 0 0.36 0.31 0.30
HSL 351.56º 0.29% 0.57% -
HSV(B) 351.56º 0.36% 0.7% -
XYZ 27.95 22.93 21.69 -
YUV 134.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 178 114 123 0 0.36 0.31 0.30 351.56 0.29 0.57
Hex B2 72 7B 0 24 1F 1E 160 1D 39
Octal 262 162 173 0 44 37 36 540 35 71
Binary 10110010 1110010 1111011 0 100100 11111 11110 101100000 11101 111001

Color Harmonies of #B2727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2727B

Black with #B2727B

Text Example


Text Example

White with #B2727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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