Html Css Color HEX #B76568 Turkish Rose

📋 copy color: '#B76568'

red 183 ◦ green 101 ◦ blue 104

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

Shades of Turkish Rose #B76568

Tints of Turkish Rose #B76568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 47.16%
G = 26.03%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B76568 (or 0xB76568) is known color: Turkish Rose. HEX triplet: B7, 65 and 68. RGB value is (183,101,104). Sum of RGB (Red+Green+Blue) = 183+101+104=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76568 is #489A97. Grayscale: #7D7D7D. Windows color (decimal): -4758168 or 6841783. OLE color: 6841783.

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

Color convert

RGB 183 101 104 -
CMYK 0 0.45 0.43 0.28
HSL 357.8º 0.36% 0.56% -
HSV(B) 357.8º 0.45% 0.72% -
XYZ 26.68 20.37 15.62 -
YUV 125.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 183 101 104 0 0.45 0.43 0.28 357.8 0.36 0.56
Hex B7 65 68 0 2D 2B 1C 166 24 38
Octal 267 145 150 0 55 53 34 546 44 70
Binary 10110111 1100101 1101000 0 101101 101011 11100 101100110 100100 111000

Color Harmonies of #B76568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76568

Black with #B76568

Text Example


Text Example

White with #B76568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76568; }

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

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

background-color css

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

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

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

border-color css

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

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

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