Html Css Color HEX #B27378 Turkish Rose

📋 copy color: '#B27378'

red 178 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #B27378

Tints of Turkish Rose #B27378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 43.1%
G = 27.85%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27378 (or 0xB27378) is known color: Turkish Rose. HEX triplet: B2, 73 and 78. RGB value is (178,115,120). Sum of RGB (Red+Green+Blue) = 178+115+120=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B27378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27378 is #4D8C87. Grayscale: #868686. Windows color (decimal): -5082248 or 7893938. OLE color: 7893938.

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

Color convert

RGB 178 115 120 -
CMYK 0 0.35 0.33 0.30
HSL 355.24º 0.29% 0.57% -
HSV(B) 355.24º 0.35% 0.7% -
XYZ 27.88 23.08 20.76 -
YUV 134.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 178 115 120 0 0.35 0.33 0.30 355.24 0.29 0.57
Hex B2 73 78 0 23 21 1E 163 1D 39
Octal 262 163 170 0 43 41 36 543 35 71
Binary 10110010 1110011 1111000 0 100011 100001 11110 101100011 11101 111001

Color Harmonies of #B27378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27378

Black with #B27378

Text Example


Text Example

White with #B27378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27378; }

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

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

background-color css

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

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

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

border-color css

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

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

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