Html Css Color HEX #B27375 Turkish Rose

📋 copy color: '#B27375'

red 178 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #B27375

Tints of Turkish Rose #B27375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 43.41%
G = 28.05%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27375 (or 0xB27375) is known color: Turkish Rose. HEX triplet: B2, 73 and 75. RGB value is (178,115,117). Sum of RGB (Red+Green+Blue) = 178+115+117=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B27375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27375 is #4D8C8A. Grayscale: #868686. Windows color (decimal): -5082251 or 7697330. OLE color: 7697330.

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

Color convert

RGB 178 115 117 -
CMYK 0 0.35 0.34 0.30
HSL 358.1º 0.29% 0.57% -
HSV(B) 358.1º 0.35% 0.7% -
XYZ 27.7 23.01 19.81 -
YUV 134.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 178 115 117 0 0.35 0.34 0.30 358.1 0.29 0.57
Hex B2 73 75 0 23 22 1E 166 1D 39
Octal 262 163 165 0 43 42 36 546 35 71
Binary 10110010 1110011 1110101 0 100011 100010 11110 101100110 11101 111001

Color Harmonies of #B27375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27375

Black with #B27375

Text Example


Text Example

White with #B27375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27375; }

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

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

background-color css

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

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

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

border-color css

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

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

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