Html Css Color HEX #B27374 Turkish Rose

📋 copy color: '#B27374'

red 178 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #B27374

Tints of Turkish Rose #B27374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

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

R = 43.52%
G = 28.12%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B27374 (or 0xB27374) is known color: Turkish Rose. HEX triplet: B2, 73 and 74. RGB value is (178,115,116). Sum of RGB (Red+Green+Blue) = 178+115+116=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B27374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27374 is #4D8C8B. Grayscale: #868686. Windows color (decimal): -5082252 or 7631794. OLE color: 7631794.

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

Color convert

RGB 178 115 116 -
CMYK 0 0.35 0.35 0.30
HSL 359.05º 0.29% 0.57% -
HSV(B) 359.05º 0.35% 0.7% -
XYZ 27.64 22.99 19.5 -
YUV 133.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 178 115 116 0 0.35 0.35 0.30 359.05 0.29 0.57
Hex B2 73 74 0 23 23 1E 167 1D 39
Octal 262 163 164 0 43 43 36 547 35 71
Binary 10110010 1110011 1110100 0 100011 100011 11110 101100111 11101 111001

Color Harmonies of #B27374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27374

Black with #B27374

Text Example


Text Example

White with #B27374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27374; }

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

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

background-color css

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

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

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

border-color css

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

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

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