Html Css Color HEX #B2747A Turkish Rose

📋 copy color: '#B2747A'

red 178 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #B2747A

Tints of Turkish Rose #B2747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 42.79%
G = 27.88%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2747A (or 0xB2747A) is known color: Turkish Rose. HEX triplet: B2, 74 and 7A. RGB value is (178,116,122). Sum of RGB (Red+Green+Blue) = 178+116+122=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2747A is #4D8B85. Grayscale: #878787. Windows color (decimal): -5081990 or 8025266. OLE color: 8025266.

HSL color Cylindrical-coordinate representation of color #B2747A: hue angle of 354.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2747A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 122 -
CMYK 0 0.35 0.31 0.30
HSL 354.19º 0.29% 0.58% -
HSV(B) 354.19º 0.35% 0.7% -
XYZ 28.12 23.36 21.44 -
YUV 135.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 178 116 122 0 0.35 0.31 0.30 354.19 0.29 0.58
Hex B2 74 7A 0 23 1F 1E 162 1D 3A
Octal 262 164 172 0 43 37 36 542 35 72
Binary 10110010 1110100 1111010 0 100011 11111 11110 101100010 11101 111010

Color Harmonies of #B2747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2747A

Black with #B2747A

Text Example


Text Example

White with #B2747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2747A; }

 p { color: rgb(178,116,122); }

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

background-color css

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

 a { background-color: rgb(178,116,122); }

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

border-color css

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

 span { border-color: rgb(178,116,122); }

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