Html Css Color HEX #B76572 Turkish Rose

📋 copy color: '#B76572'

red 183 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #B76572

Tints of Turkish Rose #B76572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 45.98%
G = 25.38%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B76572 (or 0xB76572) is known color: Turkish Rose. HEX triplet: B7, 65 and 72. RGB value is (183,101,114). Sum of RGB (Red+Green+Blue) = 183+101+114=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B76572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76572 is #489A8D. Grayscale: #7F7F7F. Windows color (decimal): -4758158 or 7497143. OLE color: 7497143.

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

Color convert

RGB 183 101 114 -
CMYK 0 0.45 0.38 0.28
HSL 350.49º 0.36% 0.56% -
HSV(B) 350.49º 0.45% 0.72% -
XYZ 27.22 20.59 18.46 -
YUV 127 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 183 101 114 0 0.45 0.38 0.28 350.49 0.36 0.56
Hex B7 65 72 0 2D 26 1C 15E 24 38
Octal 267 145 162 0 55 46 34 536 44 70
Binary 10110111 1100101 1110010 0 101101 100110 11100 101011110 100100 111000

Color Harmonies of #B76572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76572

Black with #B76572

Text Example


Text Example

White with #B76572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76572; }

 p { color: rgb(183,101,114); }

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

background-color css

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

 a { background-color: rgb(183,101,114); }

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

border-color css

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

 span { border-color: rgb(183,101,114); }

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