Html Css Color HEX #B07277 Turkish Rose

📋 copy color: '#B07277'

red 176 ◦ green 114 ◦ blue 119

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

Shades of Turkish Rose #B07277

Tints of Turkish Rose #B07277

RGB

 RED value IS 176 (69.14% from 255) = 43.03%

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

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 43.03%
G = 27.87%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B07277 (or 0xB07277) is known color: Turkish Rose. HEX triplet: B0, 72 and 77. RGB value is (176,114,119). Sum of RGB (Red+Green+Blue) = 176+114+119=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B07277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07277 is #4F8D88. Grayscale: #858585. Windows color (decimal): -5213577 or 7828144. OLE color: 7828144.

HSL color Cylindrical-coordinate representation of color #B07277: hue angle of 355.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07277 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 119 -
CMYK 0 0.35 0.32 0.31
HSL 355.16º 0.28% 0.57% -
HSV(B) 355.16º 0.35% 0.69% -
XYZ 27.25 22.6 20.38 -
YUV 133.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 176 114 119 0 0.35 0.32 0.31 355.16 0.28 0.57
Hex B0 72 77 0 23 20 1F 163 1C 39
Octal 260 162 167 0 43 40 37 543 34 71
Binary 10110000 1110010 1110111 0 100011 100000 11111 101100011 11100 111001

Color Harmonies of #B07277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07277

Black with #B07277

Text Example


Text Example

White with #B07277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07277; }

 p { color: rgb(176,114,119); }

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

background-color css

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

 a { background-color: rgb(176,114,119); }

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

border-color css

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

 span { border-color: rgb(176,114,119); }

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