Html Css Color HEX #B76371 Turkish Rose

📋 copy color: '#B76371'

red 183 ◦ green 99 ◦ blue 113

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

Shades of Turkish Rose #B76371

Tints of Turkish Rose #B76371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.06%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 46.33%
G = 25.06%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B76371 (or 0xB76371) is known color: Turkish Rose. HEX triplet: B7, 63 and 71. RGB value is (183,99,113). Sum of RGB (Red+Green+Blue) = 183+99+113=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B76371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76371 is #489C8E. Grayscale: #7D7D7D. Windows color (decimal): -4758671 or 7431095. OLE color: 7431095.

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

Color convert

RGB 183 99 113 -
CMYK 0 0.46 0.38 0.28
HSL 350º 0.37% 0.55% -
HSV(B) 350º 0.46% 0.72% -
XYZ 26.97 20.18 18.1 -
YUV 125.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 183 99 113 0 0.46 0.38 0.28 350 0.37 0.55
Hex B7 63 71 0 2E 26 1C 15E 25 37
Octal 267 143 161 0 56 46 34 536 45 67
Binary 10110111 1100011 1110001 0 101110 100110 11100 101011110 100101 110111

Color Harmonies of #B76371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76371

Black with #B76371

Text Example


Text Example

White with #B76371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76371; }

 p { color: rgb(183,99,113); }

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

background-color css

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

 a { background-color: rgb(183,99,113); }

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

border-color css

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

 span { border-color: rgb(183,99,113); }

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