Html Css Color HEX #B26D6F Turkish Rose

📋 copy color: '#B26D6F'

red 178 ◦ green 109 ◦ blue 111

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

Shades of Turkish Rose #B26D6F

Tints of Turkish Rose #B26D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 44.72%
G = 27.39%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B26D6F (or 0xB26D6F) is known color: Turkish Rose. HEX triplet: B2, 6D and 6F. RGB value is (178,109,111). Sum of RGB (Red+Green+Blue) = 178+109+111=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D6F is #4D9290. Grayscale: #818181. Windows color (decimal): -5083793 or 7302578. OLE color: 7302578.

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

Color convert

RGB 178 109 111 -
CMYK 0 0.39 0.38 0.30
HSL 358.26º 0.31% 0.56% -
HSV(B) 358.26º 0.39% 0.7% -
XYZ 26.7 21.55 17.79 -
YUV 129.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 178 109 111 0 0.39 0.38 0.30 358.26 0.31 0.56
Hex B2 6D 6F 0 27 26 1E 166 1F 38
Octal 262 155 157 0 47 46 36 546 37 70
Binary 10110010 1101101 1101111 0 100111 100110 11110 101100110 11111 111000

Color Harmonies of #B26D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D6F

Black with #B26D6F

Text Example


Text Example

White with #B26D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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