Html Css Color HEX #B26D70 Turkish Rose

📋 copy color: '#B26D70'

red 178 ◦ green 109 ◦ blue 112

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

Shades of Turkish Rose #B26D70

Tints of Turkish Rose #B26D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.32%

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

R = 44.61%
G = 27.32%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26D70 (or 0xB26D70) is known color: Turkish Rose. HEX triplet: B2, 6D and 70. RGB value is (178,109,112). Sum of RGB (Red+Green+Blue) = 178+109+112=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D70 is #4D928F. Grayscale: #828282. Windows color (decimal): -5083792 or 7368114. OLE color: 7368114.

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

Color convert

RGB 178 109 112 -
CMYK 0 0.39 0.37 0.30
HSL 357.39º 0.31% 0.56% -
HSV(B) 357.39º 0.39% 0.7% -
XYZ 26.75 21.57 18.08 -
YUV 129.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 178 109 112 0 0.39 0.37 0.30 357.39 0.31 0.56
Hex B2 6D 70 0 27 25 1E 165 1F 38
Octal 262 155 160 0 47 45 36 545 37 70
Binary 10110010 1101101 1110000 0 100111 100101 11110 101100101 11111 111000

Color Harmonies of #B26D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D70

Black with #B26D70

Text Example


Text Example

White with #B26D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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