Html Css Color HEX #B26970 Turkish Rose

📋 copy color: '#B26970'

red 178 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #B26970

Tints of Turkish Rose #B26970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 45.06%
G = 26.58%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26970 (or 0xB26970) is known color: Turkish Rose. HEX triplet: B2, 69 and 70. RGB value is (178,105,112). Sum of RGB (Red+Green+Blue) = 178+105+112=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26970 is #4D968F. Grayscale: #7F7F7F. Windows color (decimal): -5084816 or 7367090. OLE color: 7367090.

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

Color convert

RGB 178 105 112 -
CMYK 0 0.41 0.37 0.30
HSL 354.25º 0.32% 0.55% -
HSV(B) 354.25º 0.41% 0.7% -
XYZ 26.34 20.74 17.94 -
YUV 127.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 178 105 112 0 0.41 0.37 0.30 354.25 0.32 0.55
Hex B2 69 70 0 29 25 1E 162 20 37
Octal 262 151 160 0 51 45 36 542 40 67
Binary 10110010 1101001 1110000 0 101001 100101 11110 101100010 100000 110111

Color Harmonies of #B26970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26970

Black with #B26970

Text Example


Text Example

White with #B26970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26970; }

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

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

background-color css

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

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

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

border-color css

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

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

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