Html Css Color HEX #B76774 Turkish Rose

📋 copy color: '#B76774'

red 183 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #B76774

Tints of Turkish Rose #B76774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 45.52%
G = 25.62%
B = 28.86%

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

#B76774 (or 0xB76774) is known color: Turkish Rose. HEX triplet: B7, 67 and 74. RGB value is (183,103,116). Sum of RGB (Red+Green+Blue) = 183+103+116=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B76774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76774 is #48988B. Grayscale: #808080. Windows color (decimal): -4757644 or 7628727. OLE color: 7628727.

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

Color convert

RGB 183 103 116 -
CMYK 0 0.44 0.37 0.28
HSL 350.25º 0.36% 0.56% -
HSV(B) 350.25º 0.44% 0.72% -
XYZ 27.53 21.03 19.13 -
YUV 128.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 183 103 116 0 0.44 0.37 0.28 350.25 0.36 0.56
Hex B7 67 74 0 2C 25 1C 15E 24 38
Octal 267 147 164 0 54 45 34 536 44 70
Binary 10110111 1100111 1110100 0 101100 100101 11100 101011110 100100 111000

Color Harmonies of #B76774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76774

Black with #B76774

Text Example


Text Example

White with #B76774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76774; }

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

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

background-color css

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

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

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

border-color css

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

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

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