Html Css Color HEX #B27273 Turkish Rose

📋 copy color: '#B27273'

red 178 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #B27273

Tints of Turkish Rose #B27273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 43.73%
G = 28.01%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B27273 (or 0xB27273) is known color: Turkish Rose. HEX triplet: B2, 72 and 73. RGB value is (178,114,115). Sum of RGB (Red+Green+Blue) = 178+114+115=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B27273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27273 is #4D8D8C. Grayscale: #858585. Windows color (decimal): -5082509 or 7566002. OLE color: 7566002.

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

Color convert

RGB 178 114 115 -
CMYK 0 0.36 0.35 0.30
HSL 359.06º 0.29% 0.57% -
HSV(B) 359.06º 0.36% 0.7% -
XYZ 27.47 22.74 19.16 -
YUV 133.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 178 114 115 0 0.36 0.35 0.30 359.06 0.29 0.57
Hex B2 72 73 0 24 23 1E 167 1D 39
Octal 262 162 163 0 44 43 36 547 35 71
Binary 10110010 1110010 1110011 0 100100 100011 11110 101100111 11101 111001

Color Harmonies of #B27273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27273

Black with #B27273

Text Example


Text Example

White with #B27273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27273; }

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

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

background-color css

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

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

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

border-color css

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

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

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