Html Css Color HEX #B26465 Turkish Rose

📋 copy color: '#B26465'

red 178 ◦ green 100 ◦ blue 101

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

Shades of Turkish Rose #B26465

Tints of Turkish Rose #B26465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 46.97%
G = 26.39%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B26465 (or 0xB26465) is known color: Turkish Rose. HEX triplet: B2, 64 and 65. RGB value is (178,100,101). Sum of RGB (Red+Green+Blue) = 178+100+101=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26465 is #4D9B9A. Grayscale: #7B7B7B. Windows color (decimal): -5086107 or 6644914. OLE color: 6644914.

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

Color convert

RGB 178 100 101 -
CMYK 0 0.44 0.43 0.30
HSL 359.23º 0.34% 0.55% -
HSV(B) 359.23º 0.44% 0.7% -
XYZ 25.27 19.52 14.75 -
YUV 123.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 178 100 101 0 0.44 0.43 0.30 359.23 0.34 0.55
Hex B2 64 65 0 2C 2B 1E 167 22 37
Octal 262 144 145 0 54 53 36 547 42 67
Binary 10110010 1100100 1100101 0 101100 101011 11110 101100111 100010 110111

Color Harmonies of #B26465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26465

Black with #B26465

Text Example


Text Example

White with #B26465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26465; }

 p { color: rgb(178,100,101); }

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

background-color css

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

 a { background-color: rgb(178,100,101); }

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

border-color css

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

 span { border-color: rgb(178,100,101); }

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