Html Css Color HEX #B06873 Turkish Rose

📋 copy color: '#B06873'

red 176 ◦ green 104 ◦ blue 115

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

Shades of Turkish Rose #B06873

Tints of Turkish Rose #B06873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 44.56%
G = 26.33%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B06873 (or 0xB06873) is known color: Turkish Rose. HEX triplet: B0, 68 and 73. RGB value is (176,104,115). Sum of RGB (Red+Green+Blue) = 176+104+115=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B06873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06873 is #4F978C. Grayscale: #7E7E7E. Windows color (decimal): -5216141 or 7563440. OLE color: 7563440.

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

Color convert

RGB 176 104 115 -
CMYK 0 0.41 0.35 0.31
HSL 350.83º 0.31% 0.55% -
HSV(B) 350.83º 0.41% 0.69% -
XYZ 25.95 20.37 18.78 -
YUV 126.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 176 104 115 0 0.41 0.35 0.31 350.83 0.31 0.55
Hex B0 68 73 0 29 23 1F 15F 1F 37
Octal 260 150 163 0 51 43 37 537 37 67
Binary 10110000 1101000 1110011 0 101001 100011 11111 101011111 11111 110111

Color Harmonies of #B06873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06873

Black with #B06873

Text Example


Text Example

White with #B06873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06873; }

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

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

background-color css

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

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

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

border-color css

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

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

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