Html Css Color HEX #B0727A Turkish Rose

📋 copy color: '#B0727A'

red 176 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #B0727A

Tints of Turkish Rose #B0727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 42.72%
G = 27.67%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0727A (or 0xB0727A) is known color: Turkish Rose. HEX triplet: B0, 72 and 7A. RGB value is (176,114,122). Sum of RGB (Red+Green+Blue) = 176+114+122=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0727A is #4F8D85. Grayscale: #858585. Windows color (decimal): -5213574 or 8024752. OLE color: 8024752.

HSL color Cylindrical-coordinate representation of color #B0727A: hue angle of 352.26º 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 #B0727A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 122 -
CMYK 0 0.35 0.31 0.31
HSL 352.26º 0.28% 0.57% -
HSV(B) 352.26º 0.35% 0.69% -
XYZ 27.43 22.67 21.34 -
YUV 133.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 176 114 122 0 0.35 0.31 0.31 352.26 0.28 0.57
Hex B0 72 7A 0 23 1F 1F 160 1C 39
Octal 260 162 172 0 43 37 37 540 34 71
Binary 10110000 1110010 1111010 0 100011 11111 11111 101100000 11100 111001

Color Harmonies of #B0727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0727A

Black with #B0727A

Text Example


Text Example

White with #B0727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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