Html Css Color HEX #B2676A Turkish Rose

📋 copy color: '#B2676A'

red 178 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #B2676A

Tints of Turkish Rose #B2676A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 45.99%
G = 26.61%
B = 27.39%

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

#B2676A (or 0xB2676A) is known color: Turkish Rose. HEX triplet: B2, 67 and 6A. RGB value is (178,103,106). Sum of RGB (Red+Green+Blue) = 178+103+106=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2676A is #4D9895. Grayscale: #7D7D7D. Windows color (decimal): -5085334 or 6973362. OLE color: 6973362.

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

Color convert

RGB 178 103 106 -
CMYK 0 0.42 0.40 0.30
HSL 357.6º 0.33% 0.55% -
HSV(B) 357.6º 0.42% 0.7% -
XYZ 25.81 20.21 16.18 -
YUV 125.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 178 103 106 0 0.42 0.40 0.30 357.6 0.33 0.55
Hex B2 67 6A 0 2A 28 1E 166 21 37
Octal 262 147 152 0 52 50 36 546 41 67
Binary 10110010 1100111 1101010 0 101010 101000 11110 101100110 100001 110111

Color Harmonies of #B2676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2676A

Black with #B2676A

Text Example


Text Example

White with #B2676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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