Html Css Color HEX #B26367 Turkish Rose

📋 copy color: '#B26367'

red 178 ◦ green 99 ◦ blue 103

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

Shades of Turkish Rose #B26367

Tints of Turkish Rose #B26367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 46.84%
G = 26.05%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B26367 (or 0xB26367) is known color: Turkish Rose. HEX triplet: B2, 63 and 67. RGB value is (178,99,103). Sum of RGB (Red+Green+Blue) = 178+99+103=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B26367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26367 is #4D9C98. Grayscale: #7B7B7B. Windows color (decimal): -5086361 or 6775730. OLE color: 6775730.

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

Color convert

RGB 178 99 103 -
CMYK 0 0.44 0.42 0.30
HSL 356.96º 0.34% 0.54% -
HSV(B) 356.96º 0.44% 0.7% -
XYZ 25.27 19.37 15.24 -
YUV 123.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 178 99 103 0 0.44 0.42 0.30 356.96 0.34 0.54
Hex B2 63 67 0 2C 2A 1E 165 22 36
Octal 262 143 147 0 54 52 36 545 42 66
Binary 10110010 1100011 1100111 0 101100 101010 11110 101100101 100010 110110

Color Harmonies of #B26367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26367

Black with #B26367

Text Example


Text Example

White with #B26367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26367; }

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

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

background-color css

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

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

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

border-color css

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

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

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