Html Css Color HEX #B76673 Turkish Rose

📋 copy color: '#B76673'

red 183 ◦ green 102 ◦ blue 115

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

Shades of Turkish Rose #B76673

Tints of Turkish Rose #B76673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

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

R = 45.75%
G = 25.5%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B76673 (or 0xB76673) is known color: Turkish Rose. HEX triplet: B7, 66 and 73. RGB value is (183,102,115). Sum of RGB (Red+Green+Blue) = 183+102+115=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B76673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76673 is #48998C. Grayscale: #7F7F7F. Windows color (decimal): -4757901 or 7562935. OLE color: 7562935.

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

Color convert

RGB 183 102 115 -
CMYK 0 0.44 0.37 0.28
HSL 350.37º 0.36% 0.56% -
HSV(B) 350.37º 0.44% 0.72% -
XYZ 27.37 20.81 18.79 -
YUV 127.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 183 102 115 0 0.44 0.37 0.28 350.37 0.36 0.56
Hex B7 66 73 0 2C 25 1C 15E 24 38
Octal 267 146 163 0 54 45 34 536 44 70
Binary 10110111 1100110 1110011 0 101100 100101 11100 101011110 100100 111000

Color Harmonies of #B76673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76673

Black with #B76673

Text Example


Text Example

White with #B76673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76673; }

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

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

background-color css

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

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

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

border-color css

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

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

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