Html Css Color HEX #B06871 Turkish Rose

📋 copy color: '#B06871'

red 176 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #B06871

Tints of Turkish Rose #B06871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 44.78%
G = 26.46%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B06871 (or 0xB06871) is known color: Turkish Rose. HEX triplet: B0, 68 and 71. RGB value is (176,104,113). Sum of RGB (Red+Green+Blue) = 176+104+113=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06871 is #4F978E. Grayscale: #7E7E7E. Windows color (decimal): -5216143 or 7432368. OLE color: 7432368.

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

Color convert

RGB 176 104 113 -
CMYK 0 0.41 0.36 0.31
HSL 352.5º 0.31% 0.55% -
HSV(B) 352.5º 0.41% 0.69% -
XYZ 25.84 20.32 18.18 -
YUV 126.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 176 104 113 0 0.41 0.36 0.31 352.5 0.31 0.55
Hex B0 68 71 0 29 24 1F 160 1F 37
Octal 260 150 161 0 51 44 37 540 37 67
Binary 10110000 1101000 1110001 0 101001 100100 11111 101100000 11111 110111

Color Harmonies of #B06871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06871

Black with #B06871

Text Example


Text Example

White with #B06871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06871; }

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

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

background-color css

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

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

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

border-color css

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

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

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