Html Css Color HEX #B06977 Turkish Rose

📋 copy color: '#B06977'

red 176 ◦ green 105 ◦ blue 119

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

Shades of Turkish Rose #B06977

Tints of Turkish Rose #B06977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 44%
G = 26.25%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B06977 (or 0xB06977) is known color: Turkish Rose. HEX triplet: B0, 69 and 77. RGB value is (176,105,119). Sum of RGB (Red+Green+Blue) = 176+105+119=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B06977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06977 is #4F9688. Grayscale: #7F7F7F. Windows color (decimal): -5215881 or 7825840. OLE color: 7825840.

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

Color convert

RGB 176 105 119 -
CMYK 0 0.40 0.32 0.31
HSL 348.17º 0.31% 0.55% -
HSV(B) 348.17º 0.4% 0.69% -
XYZ 26.29 20.67 20.06 -
YUV 127.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 176 105 119 0 0.40 0.32 0.31 348.17 0.31 0.55
Hex B0 69 77 0 28 20 1F 15C 1F 37
Octal 260 151 167 0 50 40 37 534 37 67
Binary 10110000 1101001 1110111 0 101000 100000 11111 101011100 11111 110111

Color Harmonies of #B06977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06977

Black with #B06977

Text Example


Text Example

White with #B06977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06977; }

 p { color: rgb(176,105,119); }

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

background-color css

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

 a { background-color: rgb(176,105,119); }

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

border-color css

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

 span { border-color: rgb(176,105,119); }

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