Html Css Color HEX #B76473 Turkish Rose

📋 copy color: '#B76473'

red 183 ◦ green 100 ◦ blue 115

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

Shades of Turkish Rose #B76473

Tints of Turkish Rose #B76473

RGB

 RED value IS 183 (71.88% from 255) = 45.98%

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 45.98%
G = 25.13%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B76473 (or 0xB76473) is known color: Turkish Rose. HEX triplet: B7, 64 and 73. RGB value is (183,100,115). Sum of RGB (Red+Green+Blue) = 183+100+115=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B76473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76473 is #489B8C. Grayscale: #7E7E7E. Windows color (decimal): -4758413 or 7562423. OLE color: 7562423.

HSL color Cylindrical-coordinate representation of color #B76473: hue angle of 349.16º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76473 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 100 115 -
CMYK 0 0.45 0.37 0.28
HSL 349.16º 0.37% 0.55% -
HSV(B) 349.16º 0.45% 0.72% -
XYZ 27.18 20.42 18.73 -
YUV 126.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 183 100 115 0 0.45 0.37 0.28 349.16 0.37 0.55
Hex B7 64 73 0 2D 25 1C 15D 25 37
Octal 267 144 163 0 55 45 34 535 45 67
Binary 10110111 1100100 1110011 0 101101 100101 11100 101011101 100101 110111

Color Harmonies of #B76473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76473

Black with #B76473

Text Example


Text Example

White with #B76473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76473; }

 p { color: rgb(183,100,115); }

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

background-color css

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

 a { background-color: rgb(183,100,115); }

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

border-color css

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

 span { border-color: rgb(183,100,115); }

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