Html Css Color HEX #B76B73 Turkish Rose

📋 copy color: '#B76B73'

red 183 ◦ green 107 ◦ blue 115

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

Shades of Turkish Rose #B76B73

Tints of Turkish Rose #B76B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 45.19%
G = 26.42%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B76B73 (or 0xB76B73) is known color: Turkish Rose. HEX triplet: B7, 6B and 73. RGB value is (183,107,115). Sum of RGB (Red+Green+Blue) = 183+107+115=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B73 is #48948C. Grayscale: #828282. Windows color (decimal): -4756621 or 7564215. OLE color: 7564215.

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

Color convert

RGB 183 107 115 -
CMYK 0 0.42 0.37 0.28
HSL 353.68º 0.35% 0.57% -
HSV(B) 353.68º 0.42% 0.72% -
XYZ 27.88 21.82 18.96 -
YUV 130.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 183 107 115 0 0.42 0.37 0.28 353.68 0.35 0.57
Hex B7 6B 73 0 2A 25 1C 162 23 39
Octal 267 153 163 0 52 45 34 542 43 71
Binary 10110111 1101011 1110011 0 101010 100101 11100 101100010 100011 111001

Color Harmonies of #B76B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B73

Black with #B76B73

Text Example


Text Example

White with #B76B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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