Html Css Color HEX #B2666C Turkish Rose

📋 copy color: '#B2666C'

red 178 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #B2666C

Tints of Turkish Rose #B2666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 45.88%
G = 26.29%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2666C (or 0xB2666C) is known color: Turkish Rose. HEX triplet: B2, 66 and 6C. RGB value is (178,102,108). Sum of RGB (Red+Green+Blue) = 178+102+108=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2666C is #4D9993. Grayscale: #7D7D7D. Windows color (decimal): -5085588 or 7104178. OLE color: 7104178.

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

Color convert

RGB 178 102 108 -
CMYK 0 0.43 0.39 0.30
HSL 355.26º 0.33% 0.55% -
HSV(B) 355.26º 0.43% 0.7% -
XYZ 25.82 20.05 16.7 -
YUV 125.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 178 102 108 0 0.43 0.39 0.30 355.26 0.33 0.55
Hex B2 66 6C 0 2B 27 1E 163 21 37
Octal 262 146 154 0 53 47 36 543 41 67
Binary 10110010 1100110 1101100 0 101011 100111 11110 101100011 100001 110111

Color Harmonies of #B2666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2666C

Black with #B2666C

Text Example


Text Example

White with #B2666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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