Html Css Color HEX #B76773 Turkish Rose

📋 copy color: '#B76773'

red 183 ◦ green 103 ◦ blue 115

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

Shades of Turkish Rose #B76773

Tints of Turkish Rose #B76773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

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

R = 45.64%
G = 25.69%
B = 28.68%

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

#B76773 (or 0xB76773) is known color: Turkish Rose. HEX triplet: B7, 67 and 73. RGB value is (183,103,115). Sum of RGB (Red+Green+Blue) = 183+103+115=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B76773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76773 is #48988C. Grayscale: #808080. Windows color (decimal): -4757645 or 7563191. OLE color: 7563191.

HSL color Cylindrical-coordinate representation of color #B76773: hue angle of 351º 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 #B76773 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 103 115 -
CMYK 0 0.44 0.37 0.28
HSL 351º 0.36% 0.56% -
HSV(B) 351º 0.44% 0.72% -
XYZ 27.47 21.01 18.83 -
YUV 128.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 183 103 115 0 0.44 0.37 0.28 351 0.36 0.56
Hex B7 67 73 0 2C 25 1C 15F 24 38
Octal 267 147 163 0 54 45 34 537 44 70
Binary 10110111 1100111 1110011 0 101100 100101 11100 101011111 100100 111000

Color Harmonies of #B76773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76773

Black with #B76773

Text Example


Text Example

White with #B76773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76773; }

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

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

background-color css

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

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

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

border-color css

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

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

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