Html Css Color HEX #B26777 Turkish Rose

📋 copy color: '#B26777'

red 178 ◦ green 103 ◦ blue 119

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

Shades of Turkish Rose #B26777

Tints of Turkish Rose #B26777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 44.5%
G = 25.75%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B26777 (or 0xB26777) is known color: Turkish Rose. HEX triplet: B2, 67 and 77. RGB value is (178,103,119). Sum of RGB (Red+Green+Blue) = 178+103+119=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26777 is #4D9888. Grayscale: #7F7F7F. Windows color (decimal): -5085321 or 7825330. OLE color: 7825330.

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

Color convert

RGB 178 103 119 -
CMYK 0 0.42 0.33 0.30
HSL 347.2º 0.33% 0.55% -
HSV(B) 347.2º 0.42% 0.7% -
XYZ 26.54 20.5 20.01 -
YUV 127.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 178 103 119 0 0.42 0.33 0.30 347.2 0.33 0.55
Hex B2 67 77 0 2A 21 1E 15B 21 37
Octal 262 147 167 0 52 41 36 533 41 67
Binary 10110010 1100111 1110111 0 101010 100001 11110 101011011 100001 110111

Color Harmonies of #B26777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26777

Black with #B26777

Text Example


Text Example

White with #B26777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26777; }

 p { color: rgb(178,103,119); }

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

background-color css

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

 a { background-color: rgb(178,103,119); }

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

border-color css

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

 span { border-color: rgb(178,103,119); }

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