Html Css Color HEX #B3737A Turkish Rose

📋 copy color: '#B3737A'

red 179 ◦ green 115 ◦ blue 122

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

Shades of Turkish Rose #B3737A

Tints of Turkish Rose #B3737A

RGB

 RED value IS 179 (70.31% from 255) = 43.03%

 GREEN value IS 115 (45.31% from 255) = 27.64%

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

R = 43.03%
G = 27.64%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3737A (or 0xB3737A) is known color: Turkish Rose. HEX triplet: B3, 73 and 7A. RGB value is (179,115,122). Sum of RGB (Red+Green+Blue) = 179+115+122=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3737A is #4C8C85. Grayscale: #868686. Windows color (decimal): -5016710 or 8025011. OLE color: 8025011.

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

Color convert

RGB 179 115 122 -
CMYK 0 0.36 0.32 0.30
HSL 353.44º 0.3% 0.58% -
HSV(B) 353.44º 0.36% 0.7% -
XYZ 28.23 23.25 21.41 -
YUV 134.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 179 115 122 0 0.36 0.32 0.30 353.44 0.3 0.58
Hex B3 73 7A 0 24 20 1E 161 1E 3A
Octal 263 163 172 0 44 40 36 541 36 72
Binary 10110011 1110011 1111010 0 100100 100000 11110 101100001 11110 111010

Color Harmonies of #B3737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3737A

Black with #B3737A

Text Example


Text Example

White with #B3737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3737A; }

 p { color: rgb(179,115,122); }

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

background-color css

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

 a { background-color: rgb(179,115,122); }

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

border-color css

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

 span { border-color: rgb(179,115,122); }

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