Html Css Color HEX #B07077 Turkish Rose

📋 copy color: '#B07077'

red 176 ◦ green 112 ◦ blue 119

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

Shades of Turkish Rose #B07077

Tints of Turkish Rose #B07077

RGB

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

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

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

R = 43.24%
G = 27.52%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B07077 (or 0xB07077) is known color: Turkish Rose. HEX triplet: B0, 70 and 77. RGB value is (176,112,119). Sum of RGB (Red+Green+Blue) = 176+112+119=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07077 is #4F8F88. Grayscale: #838383. Windows color (decimal): -5214089 or 7827632. OLE color: 7827632.

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

Color convert

RGB 176 112 119 -
CMYK 0 0.36 0.32 0.31
HSL 353.44º 0.29% 0.56% -
HSV(B) 353.44º 0.36% 0.69% -
XYZ 27.03 22.15 20.3 -
YUV 131.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 176 112 119 0 0.36 0.32 0.31 353.44 0.29 0.56
Hex B0 70 77 0 24 20 1F 161 1D 38
Octal 260 160 167 0 44 40 37 541 35 70
Binary 10110000 1110000 1110111 0 100100 100000 11111 101100001 11101 111000

Color Harmonies of #B07077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07077

Black with #B07077

Text Example


Text Example

White with #B07077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07077; }

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

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

background-color css

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

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

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

border-color css

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

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

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