Html Css Color HEX #B06072 Turkish Rose

📋 copy color: '#B06072'

red 176 ◦ green 96 ◦ blue 114

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

Shades of Turkish Rose #B06072

Tints of Turkish Rose #B06072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 45.6%
G = 24.87%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B06072 (or 0xB06072) is known color: Turkish Rose. HEX triplet: B0, 60 and 72. RGB value is (176,96,114). Sum of RGB (Red+Green+Blue) = 176+96+114=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B06072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06072 is #4F9F8D. Grayscale: #797979. Windows color (decimal): -5218190 or 7495856. OLE color: 7495856.

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

Color convert

RGB 176 96 114 -
CMYK 0 0.45 0.35 0.31
HSL 346.5º 0.34% 0.53% -
HSV(B) 346.5º 0.45% 0.69% -
XYZ 25.12 18.81 18.23 -
YUV 121.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 176 96 114 0 0.45 0.35 0.31 346.5 0.34 0.53
Hex B0 60 72 0 2D 23 1F 15A 22 35
Octal 260 140 162 0 55 43 37 532 42 65
Binary 10110000 1100000 1110010 0 101101 100011 11111 101011010 100010 110101

Color Harmonies of #B06072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06072

Black with #B06072

Text Example


Text Example

White with #B06072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06072; }

 p { color: rgb(176,96,114); }

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

background-color css

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

 a { background-color: rgb(176,96,114); }

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

border-color css

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

 span { border-color: rgb(176,96,114); }

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