Html Css Color HEX #B06074 Turkish Rose

📋 copy color: '#B06074'

red 176 ◦ green 96 ◦ blue 116

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

Shades of Turkish Rose #B06074

Tints of Turkish Rose #B06074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.9%

R = 45.36%
G = 24.74%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B06074 (or 0xB06074) is known color: Turkish Rose. HEX triplet: B0, 60 and 74. RGB value is (176,96,116). Sum of RGB (Red+Green+Blue) = 176+96+116=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B06074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06074 is #4F9F8B. Grayscale: #7A7A7A. Windows color (decimal): -5218188 or 7626928. OLE color: 7626928.

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

Color convert

RGB 176 96 116 -
CMYK 0 0.45 0.34 0.31
HSL 345º 0.34% 0.53% -
HSV(B) 345º 0.45% 0.69% -
XYZ 25.24 18.86 18.83 -
YUV 122.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 176 96 116 0 0.45 0.34 0.31 345 0.34 0.53
Hex B0 60 74 0 2D 22 1F 159 22 35
Octal 260 140 164 0 55 42 37 531 42 65
Binary 10110000 1100000 1110100 0 101101 100010 11111 101011001 100010 110101

Color Harmonies of #B06074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06074

Black with #B06074

Text Example


Text Example

White with #B06074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06074; }

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

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

background-color css

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

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

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

border-color css

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

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

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