Html Css Color HEX #B06073 Turkish Rose

📋 copy color: '#B06073'

red 176 ◦ green 96 ◦ blue 115

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

Shades of Turkish Rose #B06073

Tints of Turkish Rose #B06073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 45.48%
G = 24.81%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B06073 (or 0xB06073) is known color: Turkish Rose. HEX triplet: B0, 60 and 73. RGB value is (176,96,115). Sum of RGB (Red+Green+Blue) = 176+96+115=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B06073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06073 is #4F9F8C. Grayscale: #7A7A7A. Windows color (decimal): -5218189 or 7561392. OLE color: 7561392.

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

Color convert

RGB 176 96 115 -
CMYK 0 0.45 0.35 0.31
HSL 345.75º 0.34% 0.53% -
HSV(B) 345.75º 0.45% 0.69% -
XYZ 25.18 18.83 18.53 -
YUV 122.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 176 96 115 0 0.45 0.35 0.31 345.75 0.34 0.53
Hex B0 60 73 0 2D 23 1F 15A 22 35
Octal 260 140 163 0 55 43 37 532 42 65
Binary 10110000 1100000 1110011 0 101101 100011 11111 101011010 100010 110101

Color Harmonies of #B06073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06073

Black with #B06073

Text Example


Text Example

White with #B06073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06073; }

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

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

background-color css

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

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

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

border-color css

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

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

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