Html Css Color HEX #B77076 Turkish Rose

📋 copy color: '#B77076'

red 183 ◦ green 112 ◦ blue 118

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

Shades of Turkish Rose #B77076

Tints of Turkish Rose #B77076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 44.31%
G = 27.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B77076 (or 0xB77076) is known color: Turkish Rose. HEX triplet: B7, 70 and 76. RGB value is (183,112,118). Sum of RGB (Red+Green+Blue) = 183+112+118=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B77076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77076 is #488F89. Grayscale: #858585. Windows color (decimal): -4755338 or 7762103. OLE color: 7762103.

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

Color convert

RGB 183 112 118 -
CMYK 0 0.39 0.36 0.28
HSL 354.93º 0.33% 0.58% -
HSV(B) 354.93º 0.39% 0.72% -
XYZ 28.59 22.96 20.06 -
YUV 133.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 183 112 118 0 0.39 0.36 0.28 354.93 0.33 0.58
Hex B7 70 76 0 27 24 1C 163 21 3A
Octal 267 160 166 0 47 44 34 543 41 72
Binary 10110111 1110000 1110110 0 100111 100100 11100 101100011 100001 111010

Color Harmonies of #B77076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77076

Black with #B77076

Text Example


Text Example

White with #B77076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77076; }

 p { color: rgb(183,112,118); }

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

background-color css

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

 a { background-color: rgb(183,112,118); }

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

border-color css

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

 span { border-color: rgb(183,112,118); }

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