Html Css Color HEX #B06369 Turkish Rose

📋 copy color: '#B06369'

red 176 ◦ green 99 ◦ blue 105

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

Shades of Turkish Rose #B06369

Tints of Turkish Rose #B06369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 105 (41.41% from 255) = 27.63%

R = 46.32%
G = 26.05%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B06369 (or 0xB06369) is known color: Turkish Rose. HEX triplet: B0, 63 and 69. RGB value is (176,99,105). Sum of RGB (Red+Green+Blue) = 176+99+105=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B06369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06369 is #4F9C96. Grayscale: #7A7A7A. Windows color (decimal): -5217431 or 6906800. OLE color: 6906800.

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

Color convert

RGB 176 99 105 -
CMYK 0 0.44 0.40 0.31
HSL 355.32º 0.33% 0.54% -
HSV(B) 355.32º 0.44% 0.69% -
XYZ 24.92 19.17 15.75 -
YUV 122.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 176 99 105 0 0.44 0.40 0.31 355.32 0.33 0.54
Hex B0 63 69 0 2C 28 1F 163 21 36
Octal 260 143 151 0 54 50 37 543 41 66
Binary 10110000 1100011 1101001 0 101100 101000 11111 101100011 100001 110110

Color Harmonies of #B06369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06369

Black with #B06369

Text Example


Text Example

White with #B06369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06369; }

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

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

background-color css

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

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

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

border-color css

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

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

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