Html Css Color HEX #B76574 Turkish Rose

📋 copy color: '#B76574'

red 183 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #B76574

Tints of Turkish Rose #B76574

RGB

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

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

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

R = 45.75%
G = 25.25%
B = 29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B76574 (or 0xB76574) is known color: Turkish Rose. HEX triplet: B7, 65 and 74. RGB value is (183,101,116). Sum of RGB (Red+Green+Blue) = 183+101+116=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B76574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76574 is #489A8B. Grayscale: #7F7F7F. Windows color (decimal): -4758156 or 7628215. OLE color: 7628215.

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

Color convert

RGB 183 101 116 -
CMYK 0 0.45 0.37 0.28
HSL 349.02º 0.36% 0.56% -
HSV(B) 349.02º 0.45% 0.72% -
XYZ 27.33 20.64 19.07 -
YUV 127.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 183 101 116 0 0.45 0.37 0.28 349.02 0.36 0.56
Hex B7 65 74 0 2D 25 1C 15D 24 38
Octal 267 145 164 0 55 45 34 535 44 70
Binary 10110111 1100101 1110100 0 101101 100101 11100 101011101 100100 111000

Color Harmonies of #B76574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76574

Black with #B76574

Text Example


Text Example

White with #B76574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76574; }

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

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

background-color css

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

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

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

border-color css

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

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

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