Html Css Color HEX #B26D75 Turkish Rose

📋 copy color: '#B26D75'

red 178 ◦ green 109 ◦ blue 117

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

Shades of Turkish Rose #B26D75

Tints of Turkish Rose #B26D75

RGB

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

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

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

R = 44.06%
G = 26.98%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B26D75 (or 0xB26D75) is known color: Turkish Rose. HEX triplet: B2, 6D and 75. RGB value is (178,109,117). Sum of RGB (Red+Green+Blue) = 178+109+117=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D75 is #4D928A. Grayscale: #828282. Windows color (decimal): -5083787 or 7695794. OLE color: 7695794.

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

Color convert

RGB 178 109 117 -
CMYK 0 0.39 0.34 0.30
HSL 353.04º 0.31% 0.56% -
HSV(B) 353.04º 0.39% 0.7% -
XYZ 27.04 21.69 19.59 -
YUV 130.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 178 109 117 0 0.39 0.34 0.30 353.04 0.31 0.56
Hex B2 6D 75 0 27 22 1E 161 1F 38
Octal 262 155 165 0 47 42 36 541 37 70
Binary 10110010 1101101 1110101 0 100111 100010 11110 101100001 11111 111000

Color Harmonies of #B26D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D75

Black with #B26D75

Text Example


Text Example

White with #B26D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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