Html Css Color HEX #B26673 Turkish Rose

📋 copy color: '#B26673'

red 178 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #B26673

Tints of Turkish Rose #B26673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 45.06%
G = 25.82%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B26673 (or 0xB26673) is known color: Turkish Rose. HEX triplet: B2, 66 and 73. RGB value is (178,102,115). Sum of RGB (Red+Green+Blue) = 178+102+115=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26673 is #4D998C. Grayscale: #7E7E7E. Windows color (decimal): -5085581 or 7562930. OLE color: 7562930.

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

Color convert

RGB 178 102 115 -
CMYK 0 0.43 0.35 0.30
HSL 349.74º 0.33% 0.55% -
HSV(B) 349.74º 0.43% 0.7% -
XYZ 26.21 20.21 18.74 -
YUV 126.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 178 102 115 0 0.43 0.35 0.30 349.74 0.33 0.55
Hex B2 66 73 0 2B 23 1E 15E 21 37
Octal 262 146 163 0 53 43 36 536 41 67
Binary 10110010 1100110 1110011 0 101011 100011 11110 101011110 100001 110111

Color Harmonies of #B26673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26673

Black with #B26673

Text Example


Text Example

White with #B26673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26673; }

 p { color: rgb(178,102,115); }

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

background-color css

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

 a { background-color: rgb(178,102,115); }

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

border-color css

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

 span { border-color: rgb(178,102,115); }

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