Html Css Color HEX #B27274 Turkish Rose

📋 copy color: '#B27274'

red 178 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #B27274

Tints of Turkish Rose #B27274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 43.63%
G = 27.94%
B = 28.43%

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

#B27274 (or 0xB27274) is known color: Turkish Rose. HEX triplet: B2, 72 and 74. RGB value is (178,114,116). Sum of RGB (Red+Green+Blue) = 178+114+116=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B27274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27274 is #4D8D8B. Grayscale: #858585. Windows color (decimal): -5082508 or 7631538. OLE color: 7631538.

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

Color convert

RGB 178 114 116 -
CMYK 0 0.36 0.35 0.30
HSL 358.13º 0.29% 0.57% -
HSV(B) 358.13º 0.36% 0.7% -
XYZ 27.53 22.76 19.47 -
YUV 133.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 178 114 116 0 0.36 0.35 0.30 358.13 0.29 0.57
Hex B2 72 74 0 24 23 1E 166 1D 39
Octal 262 162 164 0 44 43 36 546 35 71
Binary 10110010 1110010 1110100 0 100100 100011 11110 101100110 11101 111001

Color Harmonies of #B27274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27274

Black with #B27274

Text Example


Text Example

White with #B27274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27274; }

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

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

background-color css

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

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

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

border-color css

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

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

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