Html Css Color HEX #B2676B Turkish Rose

📋 copy color: '#B2676B'

red 178 ◦ green 103 ◦ blue 107

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

Shades of Turkish Rose #B2676B

Tints of Turkish Rose #B2676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.58%

R = 45.88%
G = 26.55%
B = 27.58%

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

#B2676B (or 0xB2676B) is known color: Turkish Rose. HEX triplet: B2, 67 and 6B. RGB value is (178,103,107). Sum of RGB (Red+Green+Blue) = 178+103+107=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2676B is #4D9894. Grayscale: #7D7D7D. Windows color (decimal): -5085333 or 7038898. OLE color: 7038898.

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

Color convert

RGB 178 103 107 -
CMYK 0 0.42 0.40 0.30
HSL 356.8º 0.33% 0.55% -
HSV(B) 356.8º 0.42% 0.7% -
XYZ 25.86 20.23 16.45 -
YUV 125.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 178 103 107 0 0.42 0.40 0.30 356.8 0.33 0.55
Hex B2 67 6B 0 2A 28 1E 165 21 37
Octal 262 147 153 0 52 50 36 545 41 67
Binary 10110010 1100111 1101011 0 101010 101000 11110 101100101 100001 110111

Color Harmonies of #B2676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2676B

Black with #B2676B

Text Example


Text Example

White with #B2676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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