Html Css Color HEX #B2676F Turkish Rose

📋 copy color: '#B2676F'

red 178 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #B2676F

Tints of Turkish Rose #B2676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 45.41%
G = 26.28%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2676F (or 0xB2676F) is known color: Turkish Rose. HEX triplet: B2, 67 and 6F. RGB value is (178,103,111). Sum of RGB (Red+Green+Blue) = 178+103+111=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2676F is #4D9890. Grayscale: #7E7E7E. Windows color (decimal): -5085329 or 7301042. OLE color: 7301042.

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

Color convert

RGB 178 103 111 -
CMYK 0 0.42 0.38 0.30
HSL 353.6º 0.33% 0.55% -
HSV(B) 353.6º 0.42% 0.7% -
XYZ 26.08 20.31 17.59 -
YUV 126.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 178 103 111 0 0.42 0.38 0.30 353.6 0.33 0.55
Hex B2 67 6F 0 2A 26 1E 162 21 37
Octal 262 147 157 0 52 46 36 542 41 67
Binary 10110010 1100111 1101111 0 101010 100110 11110 101100010 100001 110111

Color Harmonies of #B2676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2676F

Black with #B2676F

Text Example


Text Example

White with #B2676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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