Html Css Color HEX #B76671 Turkish Rose

📋 copy color: '#B76671'

red 183 ◦ green 102 ◦ blue 113

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

Shades of Turkish Rose #B76671

Tints of Turkish Rose #B76671

RGB

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

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

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

R = 45.98%
G = 25.63%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B76671 (or 0xB76671) is known color: Turkish Rose. HEX triplet: B7, 66 and 71. RGB value is (183,102,113). Sum of RGB (Red+Green+Blue) = 183+102+113=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B76671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76671 is #48998E. Grayscale: #7F7F7F. Windows color (decimal): -4757903 or 7431863. OLE color: 7431863.

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

Color convert

RGB 183 102 113 -
CMYK 0 0.44 0.38 0.28
HSL 351.85º 0.36% 0.56% -
HSV(B) 351.85º 0.44% 0.72% -
XYZ 27.26 20.76 18.19 -
YUV 127.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 183 102 113 0 0.44 0.38 0.28 351.85 0.36 0.56
Hex B7 66 71 0 2C 26 1C 160 24 38
Octal 267 146 161 0 54 46 34 540 44 70
Binary 10110111 1100110 1110001 0 101100 100110 11100 101100000 100100 111000

Color Harmonies of #B76671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76671

Black with #B76671

Text Example


Text Example

White with #B76671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76671; }

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

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

background-color css

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

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

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

border-color css

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

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

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