Html Css Color HEX #B06268 Turkish Rose

📋 copy color: '#B06268'

red 176 ◦ green 98 ◦ blue 104

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

Shades of Turkish Rose #B06268

Tints of Turkish Rose #B06268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 104 (41.02% from 255) = 27.51%

R = 46.56%
G = 25.93%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06268 (or 0xB06268) is known color: Turkish Rose. HEX triplet: B0, 62 and 68. RGB value is (176,98,104). Sum of RGB (Red+Green+Blue) = 176+98+104=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06268 is #4F9D97. Grayscale: #7A7A7A. Windows color (decimal): -5217688 or 6841008. OLE color: 6841008.

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

Color convert

RGB 176 98 104 -
CMYK 0 0.44 0.41 0.31
HSL 355.38º 0.33% 0.54% -
HSV(B) 355.38º 0.44% 0.69% -
XYZ 24.77 18.96 15.45 -
YUV 122.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 176 98 104 0 0.44 0.41 0.31 355.38 0.33 0.54
Hex B0 62 68 0 2C 29 1F 163 21 36
Octal 260 142 150 0 54 51 37 543 41 66
Binary 10110000 1100010 1101000 0 101100 101001 11111 101100011 100001 110110

Color Harmonies of #B06268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06268

Black with #B06268

Text Example


Text Example

White with #B06268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06268; }

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

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

background-color css

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

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

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

border-color css

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

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

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