Html Css Color HEX #B0737A Turkish Rose

📋 copy color: '#B0737A'

red 176 ◦ green 115 ◦ blue 122

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

Shades of Turkish Rose #B0737A

Tints of Turkish Rose #B0737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 42.62%
G = 27.85%
B = 29.54%

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

#B0737A (or 0xB0737A) is known color: Turkish Rose. HEX triplet: B0, 73 and 7A. RGB value is (176,115,122). Sum of RGB (Red+Green+Blue) = 176+115+122=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0737A is #4F8C85. Grayscale: #868686. Windows color (decimal): -5213318 or 8025008. OLE color: 8025008.

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

Color convert

RGB 176 115 122 -
CMYK 0 0.35 0.31 0.31
HSL 353.11º 0.28% 0.57% -
HSV(B) 353.11º 0.35% 0.69% -
XYZ 27.55 22.9 21.38 -
YUV 134.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 176 115 122 0 0.35 0.31 0.31 353.11 0.28 0.57
Hex B0 73 7A 0 23 1F 1F 161 1C 39
Octal 260 163 172 0 43 37 37 541 34 71
Binary 10110000 1110011 1111010 0 100011 11111 11111 101100001 11100 111001

Color Harmonies of #B0737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0737A

Black with #B0737A

Text Example


Text Example

White with #B0737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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