Html Css Color HEX #B27075 Turkish Rose

📋 copy color: '#B27075'

red 178 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #B27075

Tints of Turkish Rose #B27075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 43.73%
G = 27.52%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B27075 (or 0xB27075) is known color: Turkish Rose. HEX triplet: B2, 70 and 75. RGB value is (178,112,117). Sum of RGB (Red+Green+Blue) = 178+112+117=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B27075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27075 is #4D8F8A. Grayscale: #848484. Windows color (decimal): -5083019 or 7696562. OLE color: 7696562.

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

Color convert

RGB 178 112 117 -
CMYK 0 0.37 0.34 0.30
HSL 355.45º 0.3% 0.57% -
HSV(B) 355.45º 0.37% 0.7% -
XYZ 27.37 22.34 19.7 -
YUV 132.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 178 112 117 0 0.37 0.34 0.30 355.45 0.3 0.57
Hex B2 70 75 0 25 22 1E 163 1E 39
Octal 262 160 165 0 45 42 36 543 36 71
Binary 10110010 1110000 1110101 0 100101 100010 11110 101100011 11110 111001

Color Harmonies of #B27075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27075

Black with #B27075

Text Example


Text Example

White with #B27075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27075; }

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

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

background-color css

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

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

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

border-color css

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

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

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