Html Css Color HEX #B2676D Turkish Rose

📋 copy color: '#B2676D'

red 178 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #B2676D

Tints of Turkish Rose #B2676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.95%

R = 45.64%
G = 26.41%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2676D (or 0xB2676D) is known color: Turkish Rose. HEX triplet: B2, 67 and 6D. RGB value is (178,103,109). Sum of RGB (Red+Green+Blue) = 178+103+109=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2676D is #4D9892. Grayscale: #7E7E7E. Windows color (decimal): -5085331 or 7169970. OLE color: 7169970.

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

Color convert

RGB 178 103 109 -
CMYK 0 0.42 0.39 0.30
HSL 355.2º 0.33% 0.55% -
HSV(B) 355.2º 0.42% 0.7% -
XYZ 25.97 20.27 17.01 -
YUV 126.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 178 103 109 0 0.42 0.39 0.30 355.2 0.33 0.55
Hex B2 67 6D 0 2A 27 1E 163 21 37
Octal 262 147 155 0 52 47 36 543 41 67
Binary 10110010 1100111 1101101 0 101010 100111 11110 101100011 100001 110111

Color Harmonies of #B2676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2676D

Black with #B2676D

Text Example


Text Example

White with #B2676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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