Html Css Color HEX #B3676C Turkish Rose

📋 copy color: '#B3676C'

red 179 ◦ green 103 ◦ blue 108

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

Shades of Turkish Rose #B3676C

Tints of Turkish Rose #B3676C

RGB

 RED value IS 179 (70.31% from 255) = 45.9%

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

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

R = 45.9%
G = 26.41%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3676C (or 0xB3676C) is known color: Turkish Rose. HEX triplet: B3, 67 and 6C. RGB value is (179,103,108). Sum of RGB (Red+Green+Blue) = 179+103+108=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3676C is #4C9893. Grayscale: #7E7E7E. Windows color (decimal): -5019796 or 7104435. OLE color: 7104435.

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

Color convert

RGB 179 103 108 -
CMYK 0 0.42 0.40 0.30
HSL 356.05º 0.33% 0.55% -
HSV(B) 356.05º 0.42% 0.7% -
XYZ 26.15 20.37 16.74 -
YUV 126.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 179 103 108 0 0.42 0.40 0.30 356.05 0.33 0.55
Hex B3 67 6C 0 2A 28 1E 164 21 37
Octal 263 147 154 0 52 50 36 544 41 67
Binary 10110011 1100111 1101100 0 101010 101000 11110 101100100 100001 110111

Color Harmonies of #B3676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3676C

Black with #B3676C

Text Example


Text Example

White with #B3676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3676C; }

 p { color: rgb(179,103,108); }

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

background-color css

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

 a { background-color: rgb(179,103,108); }

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

border-color css

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

 span { border-color: rgb(179,103,108); }

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