Html Css Color HEX #B77279 Turkish Rose

📋 copy color: '#B77279'

red 183 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #B77279

Tints of Turkish Rose #B77279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 43.78%
G = 27.27%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B77279 (or 0xB77279) is known color: Turkish Rose. HEX triplet: B7, 72 and 79. RGB value is (183,114,121). Sum of RGB (Red+Green+Blue) = 183+114+121=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B77279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77279 is #488D86. Grayscale: #878787. Windows color (decimal): -4754823 or 7959223. OLE color: 7959223.

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

Color convert

RGB 183 114 121 -
CMYK 0 0.38 0.34 0.28
HSL 353.91º 0.32% 0.58% -
HSV(B) 353.91º 0.38% 0.72% -
XYZ 29 23.48 21.09 -
YUV 135.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 183 114 121 0 0.38 0.34 0.28 353.91 0.32 0.58
Hex B7 72 79 0 26 22 1C 162 20 3A
Octal 267 162 171 0 46 42 34 542 40 72
Binary 10110111 1110010 1111001 0 100110 100010 11100 101100010 100000 111010

Color Harmonies of #B77279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77279

Black with #B77279

Text Example


Text Example

White with #B77279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77279; }

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

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

background-color css

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

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

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

border-color css

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

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

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